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

A chunked response for Mailbox Server Endpoint.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
ParseChunkedResponse ( byte rawData ) : ChunkedResponse

The method to parse the chunked response from server.

Private Methods

Méthode Description
ReadLine ( byte &currentData, bool isKeepReturn ) : byte[]

The method to read one line from the response data.

Method Details

ParseChunkedResponse() public static méthode

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