C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.UnbindResponseBody

A class indicates the response body of unbind request
Inheritance: AddressBookResponseBodyBase
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Parse ( byte rawData ) : UnbindResponseBody

Parse the response data into response body.

Method Details

Parse() public static method

Parse the response data into response body.
public static Parse ( byte rawData ) : UnbindResponseBody
rawData byte The raw data of response
return UnbindResponseBody