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

AUX_PERF_SESSIONINFO_V2 structure
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ConnectionID int
Reserved short
SessionGuid byte[]
SessionID short

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serializes AUX_PERF_SESSIONINFO_V2 to a byte array

Method Details

Serialize() public méthode

Serializes AUX_PERF_SESSIONINFO_V2 to a byte array
public Serialize ( ) : byte[]
Résultat byte[]

Property Details

ConnectionID public_oe property

ConnectionID (4 bytes): Connection identification number.
public int ConnectionID
Résultat int

Reserved public_oe 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
Résultat short

SessionGuid public_oe property

SessionGuid (16 bytes): GUID representing the client session to associate with the session identification number in field SessionID.
public byte[] SessionGuid
Résultat byte[]

SessionID public_oe property

SessionID (2 bytes): Session identification number.
public short SessionID
Résultat short