C# Class Microsoft.Protocols.TestSuites.Common.ChunkedResponse

A chunked response for Mailbox Server Endpoint.
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
ParseChunkedResponse ( byte rawData ) : ChunkedResponse

The method to parse the chunked response from server.

Private Methods

Method Description
ReadLine ( byte &currentData, bool isKeepReturn ) : byte[]

The method to read one line from the response data.

Method Details

ParseChunkedResponse() public static method

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