 | PacketWriteDataOnly Method |
Writes the packet data, without any header, to the specified
Stream.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic void WriteDataOnly(
Stream stream
)
Public Sub WriteDataOnly (
stream As Stream
)
public:
void WriteDataOnly(
Stream^ stream
)
member WriteDataOnly :
stream : Stream -> unit
Parameters
- stream Stream
- The Stream to write the packet data to.
See Also