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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Decode pack.
public Decode ( byte rawdata ) : PccrrPacket
rawdata byte The rawdata.
Résultat PccrrPacket

Encode() public méthode

Encode pack.
public Encode ( ) : byte[]
Résultat byte[]

PccrrSegListResponsePacket() public méthode

Initializes a new instance of the PccrrNegoResponsePacket class.
public PccrrSegListResponsePacket ( ) : System
Résultat System