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

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

공개 메소드들

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