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

The PccrrNegoRequestPacket is sent by the client.
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.

PccrrNegoRequestPacket ( ) : System

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

PccrrNegoRequestPacket() public méthode

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