C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrtp.PccrtpResponse

The PCCRTP resopnse.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode Description
DecodeHttpHeader ( WebResponse response ) : void

Decode the struct of HTTP response header.

PccrtpResponse ( ) : System.Collections.Generic

Initializes a new instance of the PccrtpResponse class.

PccrtpResponse ( byte data ) : System.Collections.Generic

Initializes a new instance of the PccrtpResponse class.

Method Details

DecodeHttpHeader() public méthode

Decode the struct of HTTP response header.
public DecodeHttpHeader ( WebResponse response ) : void
response System.Net.WebResponse Indicates the HTTP response.
Résultat void

PccrtpResponse() public méthode

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

PccrtpResponse() public méthode

Initializes a new instance of the PccrtpResponse class.
public PccrtpResponse ( byte data ) : System.Collections.Generic
data byte Indicates the payload data returned from server.
Résultat System.Collections.Generic