C# Класс Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_PERF_SESSIONINFO

AUX_PERF_SESSIONINFO structure
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Reserved short
SessionGuid byte[]
SessionID short

Открытые методы

Метод Описание
Serialize ( ) : byte[]

Serializes AUX_PERF_SESSIONINFO to a byte array

Описание методов

Serialize() публичный Метод

Serializes AUX_PERF_SESSIONINFO to a byte array
public Serialize ( ) : byte[]
Результат byte[]

Описание свойств

Reserved публичное свойство

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
Результат short

SessionGuid публичное свойство

SessionGuid (16 bytes), GUID representing the client session to associate with the session identification number in field SessionID.
public byte[] SessionGuid
Результат byte[]

SessionID публичное свойство

SessionID (2 bytes): Session identification number.
public short SessionID
Результат short