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

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

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

Свойство Тип Описание
ConnectionAttempts short
ConnectionContextInfo string
ConnectionFlags int
ConnectionGUID System.Guid
OffsetConnectionContextInfo short
Reserved short

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

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

Serializes AUX_CLIENT_CONNECTION_INFO to a byte array

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

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

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

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

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

The number of connection attempts.
public short ConnectionAttempts
Результат short

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

A null-terminated Unicode string that contains opaque connection context information to be logged by the server.
public string ConnectionContextInfo
Результат string

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

A value of 0x0001 for this field means that the client is running in cached mode. A value of 0x0000 means that the client is not designating a mode of operation.
public int ConnectionFlags
Результат int

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

The GUID of the connection to the server.
public Guid,System ConnectionGUID
Результат System.Guid

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

The offset from the beginning of the AUX_HEADER structure to the ConnectionContextInfo field.
public short OffsetConnectionContextInfo
Результат short

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

Padding to enforce alignment of the data on a 4-byte field.
public short Reserved
Результат short