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

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

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

Метод Описание
DecodeHttpHeader ( HttpListenerRequest request ) : void

Decode the struct of HTTP request header.

PccrtpRequest ( ) : System.Collections.Generic

Initializes a new instance of the PccrtpRequest class.

PccrtpRequest ( string serverAddress, int port, string fileName, string>.Dictionary httpHeader ) : System.Collections.Generic

Initializes a new instance of the PccrtpRequest class.

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

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

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

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

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

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

Initializes a new instance of the PccrtpRequest class.
public PccrtpRequest ( string serverAddress, int port, string fileName, string>.Dictionary httpHeader ) : System.Collections.Generic
serverAddress string Indicates the address of SUT (System Under Testing).
port int Indicates the port of SUT.
fileName string Indicates the requested file name on the SUT.
httpHeader string>.Dictionary Indicates the pair of key and value of the HTTP request header.
Результат System.Collections.Generic