Click or drag to resize

PacketCopyFrom Method (Stream, Int64, Boolean)

Resets the data in the packet using the specified stream.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public void CopyFrom(
	Stream stream,
	long sequenceNumber,
	bool isLastPacket
)

Parameters

stream
Type: System.IOStream
The stream containing the data..
sequenceNumber
Type: SystemInt64
The sequence number.
isLastPacket
Type: SystemBoolean
if this is the last packet being sent; otherwise .
See Also