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

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

Méthodes publiques

Méthode Description
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.

Method Details

DecodeHttpHeader() public méthode

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

PccrtpRequest() public méthode

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

PccrtpRequest() public méthode

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.
Résultat System.Collections.Generic