Method | Description | |
---|---|---|
ReadMetaData ( this stream, int version ) : |
Reads the meta data.
|
|
Write ( this stream, |
Writes the specified stream.
|
|
Write ( this stream, |
Writes the specified stream.
|
|
Write ( this stream, |
Writes the specified stream.
|
|
WritePacket ( this stream, |
Writes the packet.
|
|
WritePacketAsync ( this stream, |
public static ReadMetaData ( this stream, int version ) : |
||
stream | this | The stream. |
version | int | The version. |
return |
public static Write ( this stream, |
||
stream | this | The stream. |
data | The data. | |
return | void |
public static Write ( this stream, |
||
stream | this | The stream. |
data | The data. | |
return | void |
public static Write ( this stream, |
||
stream | this | The stream. |
data | The data. | |
return | void |
public static WritePacket ( this stream, |
||
stream | this | The stream. |
packet | The packet. | |
version | int | The version. |
return | void |
public static WritePacketAsync ( this stream, |
||
stream | this | |
packet | ||
version | int | |
return | System.Threading.Tasks.Task |