C# 클래스 Microsoft.Protocols.TestSuites.Pccrtp.PccrtpBothRoleCapture

This class is used to verify the PCCRTP both role requirements.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ITestSite testSite ) : void

Initialize ITestSite instance.

VerifyPccrtpCommonHeader ( string>.Dictionary httpHeader ) : void

Verify both role requirements about HTTP header.

VerifyTransport ( string protocolVersion ) : void

Verify requirements about transport.

메소드 상세

Initialize() 공개 정적인 메소드

Initialize ITestSite instance.
public static Initialize ( ITestSite testSite ) : void
testSite ITestSite The adapter's ITestSite instance.
리턴 void

VerifyPccrtpCommonHeader() 공개 정적인 메소드

Verify both role requirements about HTTP header.
public static VerifyPccrtpCommonHeader ( string>.Dictionary httpHeader ) : void
httpHeader string>.Dictionary Indicates the pair of key and value of the HTTP request or response header.
리턴 void

VerifyTransport() 공개 정적인 메소드

Verify requirements about transport.
public static VerifyTransport ( string protocolVersion ) : void
protocolVersion string The HTTP protocol version.
리턴 void