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

The PCCRTP resopnse.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method 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 method

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

PccrtpResponse() public method

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

PccrtpResponse() public method

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