Click or drag to resize

PacketWrite Method

Writes the packet to the specified BinaryWriter.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public void Write(
	BinaryWriter writer,
	PacketFormatOption format
)

Parameters

writer
Type: System.IOBinaryWriter
The BinaryWriter to write the packet to.
format
Type: Ookii.Jumbo.DfsPacketFormatOption
The format.
See Also