C# Класс Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrtp.PccrtpResponse

The PCCRTP resopnse.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

DecodeHttpHeader() публичный Метод

Decode the struct of HTTP response header.
public DecodeHttpHeader ( WebResponse response ) : void
response System.Net.WebResponse Indicates the HTTP response.
Результат void

PccrtpResponse() публичный Метод

Initializes a new instance of the PccrtpResponse class.
public PccrtpResponse ( ) : System.Collections.Generic
Результат System.Collections.Generic

PccrtpResponse() публичный Метод

Initializes a new instance of the PccrtpResponse class.
public PccrtpResponse ( byte data ) : System.Collections.Generic
data byte Indicates the payload data returned from server.
Результат System.Collections.Generic