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

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

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

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

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

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

Serializes AUX_PERF_SESSIONINFO_V2 to a byte array

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

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

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

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

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

ConnectionID (4 bytes): Connection identification number.
public int ConnectionID
Результат int

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