C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.PccrrSegListResponsePacket

The MSG_SEGLIST message is the response message containing the segment range array describing the segments currently available for download. This message is sent by the server-role peer in response to a MSG_GETSEGLIST message from a requesting client-role peer.
Inheritance: PccrrPacket
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Decode ( byte rawdata ) : PccrrPacket

Decode pack.

Encode ( ) : byte[]

Encode pack.

PccrrSegListResponsePacket ( ) : System

Initializes a new instance of the PccrrNegoResponsePacket class.

Method Details

Decode() public method

Decode pack.
public Decode ( byte rawdata ) : PccrrPacket
rawdata byte The rawdata.
return PccrrPacket

Encode() public method

Encode pack.
public Encode ( ) : byte[]
return byte[]

PccrrSegListResponsePacket() public method

Initializes a new instance of the PccrrNegoResponsePacket class.
public PccrrSegListResponsePacket ( ) : System
return System