C# Класс Microsoft.Protocols.TestSuites.Common.RopLogonRequest

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

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

Свойство Тип Описание
Essdn byte[]
EssdnSize ushort
LogonFlags byte
LogonId byte
OpenFlags uint
OutputHandleIndex byte
RopId byte
StoreState uint

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

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

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

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

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

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

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

Return the size of this structure.
public Size ( ) : int
Результат int

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

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

Null terminated ASCII string. The number of characters (including the null) contained in this field is specified by the EssdnSize field. This string specifies which mailbox to log on to.
public byte[] Essdn
Результат byte[]

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

This value specifies the size of the Essdn field.
public ushort EssdnSize
Результат ushort

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

The possible values are specified in [MS-OXCSTOR]. This structure contains flags that control the behavior of the logon.
public byte LogonFlags
Результат byte

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

This value specifies the ID that the client wants associated with the created logon. Any value is allowed and the client does not have to use values in a certain numeric order. If the client specifies an active logon ID, the current logon is released and replaced with the new one.
public byte LogonId
Результат byte

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

The possible values are specified in [MS-OXCSTOR]. This structure contains more flags that control the behavior of the logon.
public uint OpenFlags
Результат uint

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

This index specifies the location in the Server Object Handle Table where the handle for the output Server Object will be stored.
public byte OutputHandleIndex
Результат byte

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

This value specifies the type of remote operation. For this operation, this field is set to 0xFE.
public byte RopId
Результат byte

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

The possible values are specified in [MS-OXCSTOR]. This structure specifies ongoing action on the mailbox or public folder.
public uint StoreState
Результат uint