| 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
)
Public Sub CopyFrom (
stream As Stream,
sequenceNumber As Long,
isLastPacket As Boolean
)
public:
void CopyFrom(
Stream^ stream,
long long sequenceNumber,
bool isLastPacket
)
member CopyFrom :
stream : Stream *
sequenceNumber : int64 *
isLastPacket : bool -> unit
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