Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Visual Basic
Include Protected Members
Include Inherited Members
IceLib Technical Reference
CustomRequest
.
.
::
.
.
Write Method
CustomRequest Class
See Also
Send Feedback
Overload List
Name
Description
Write(Boolean)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(Byte)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(Char)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(Double)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(Int16)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(Int32)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(Int64)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(String)
Writes the specified data. Do not use with custom handlers (sending requests via
SendServerRequestNoResponse(CustomRequest)
or
SendServerRequestNoResponseAsync(CustomRequest, EventHandler
<
(Of
<
<'
(
AsyncCompletedEventArgs
>
)
>
>
)
, Object)
and if
Header
.
CustomMessageType
==
ServerNotification
).
Write(
array<
String
>
[]
()
[]
[]
)
Writes the specified data.
See Also
CustomRequest Class
CustomRequest Members
ININ.IceLib.Connection.Extensions Namespace