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

The PccrrNegoResponsePacket is sent by the server.
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.

PccrrNegoResponsePacket ( ) : 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[]

PccrrNegoResponsePacket() public méthode

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