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

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat FsshttpbResponse

FsshttpbResponse() public méthode

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