C# 클래스 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrtp.PccrtpRequest

The PCCRTP request.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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