C# Class Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_SERVER_TOPOLOGY_STRUCTURE

The structure of rgbAuxOut that contains the AUX_CLIENT_CONTROL, AUX_OSVERSIONINFO or AUX_EXORGINFO.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Header Microsoft.Protocols.TestSuites.Common.AUX_HEADER
Payload byte[]

Property Details

Header public property

The header before the payload in rgbAuxOut.
public AUX_HEADER,Microsoft.Protocols.TestSuites.Common Header
return Microsoft.Protocols.TestSuites.Common.AUX_HEADER

Payload public property

Payload that contains the AUX_CLIENT_CONTROL, AUX_OSVERSIONINFO or AUX_EXORGINFO
public byte[] Payload
return byte[]