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

AUX_PERF_SESSIONINFO structure
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Reserved short
SessionGuid byte[]
SessionID short

Public Methods

Method Description
Serialize ( ) : byte[]

Serializes AUX_PERF_SESSIONINFO to a byte array

Method Details

Serialize() public method

Serializes AUX_PERF_SESSIONINFO to a byte array
public Serialize ( ) : byte[]
return byte[]

Property Details

Reserved public property

Reserved (2 bytes), padding to enforce alignment of the data on a 4-byte field. The client can fill this field with any value when writing the stream. The server MUST ignore the value of this field when reading the stream.
public short Reserved
return short

SessionGuid public property

SessionGuid (16 bytes), GUID representing the client session to associate with the session identification number in field SessionID.
public byte[] SessionGuid
return byte[]

SessionID public property

SessionID (2 bytes): Session identification number.
public short SessionID
return short