C# 클래스 Microsoft.Protocols.TestSuites.Common.ChunkedResponse

A chunked response for Mailbox Server Endpoint.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
ParseChunkedResponse ( byte rawData ) : ChunkedResponse

The method to parse the chunked response from server.

비공개 메소드들

메소드 설명
ReadLine ( byte &currentData, bool isKeepReturn ) : byte[]

The method to read one line from the response data.

메소드 상세

ParseChunkedResponse() 공개 정적인 메소드

The method to parse the chunked response from server.
public static ParseChunkedResponse ( byte rawData ) : ChunkedResponse
rawData byte The response data from the server.
리턴 ChunkedResponse