C# Class Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookRequestBodyBase

A base class of request body for Address Book Server Endpoint.
Inheritance: IRequestBody
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the object to an array of bytes.

Method Details

Serialize() public abstract method

Serialize the object to an array of bytes.
public abstract Serialize ( ) : byte[]
return byte[]