C# Class Microsoft.Protocols.TestSuites.SharedAdapter.FsshttpbResponse

A response message specifies the format used to contain sub-responses matching sub-requests.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
DeserializeResponseFromByteArray ( byte byteArray, int startIndex ) : FsshttpbResponse

Deserialize response from byte array.

FsshttpbResponse ( ) : System.Collections.Generic

Initializes a new instance of the FsshttpbResponse class.

Method Details

DeserializeResponseFromByteArray() public static method

Deserialize response from byte array.
public static DeserializeResponseFromByteArray ( byte byteArray, int startIndex ) : FsshttpbResponse
byteArray byte Server returned message.
startIndex int The index special where start.
return FsshttpbResponse

FsshttpbResponse() public method

Initializes a new instance of the FsshttpbResponse class.
public FsshttpbResponse ( ) : System.Collections.Generic
return System.Collections.Generic