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

The MSG_GETSEGLIST (GetSegmentList) message contains a request for a download segment list. It is used when retrieving a set of segments.
Inheritance: PccrrPacket
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Decode ( byte rawdata ) : PccrrPacket

Decode pack.

Encode ( ) : byte[]

Encode pack.

PccrrGetSegListRequestPacket ( ) : System

Initializes a new instance of the PccrrNegoRequestPacket 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[]

PccrrGetSegListRequestPacket() public method

Initializes a new instance of the PccrrNegoRequestPacket class.
public PccrrGetSegListRequestPacket ( ) : System
return System