C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.SMB2_NEGOTIATE_CONTEXT_Header

The SMB2_NEGOTIATE_CONTEXT structure is used by the SMB2 NEGOTIATE Request and the SMB2 NEGOTIATE Response to encode additional properties.
Показать файл Открыть проект

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

Свойство Тип Описание
ContextType SMB2_NEGOTIATE_CONTEXT_Type_Values
DataLength ushort
Reserved uint

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

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

Specifies the type of context in the Data field.
public SMB2_NEGOTIATE_CONTEXT_Type_Values ContextType
Результат SMB2_NEGOTIATE_CONTEXT_Type_Values

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

The length, in bytes, of the context data.
public ushort DataLength
Результат ushort

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

This field MUST NOT be used and MUST be reserved. This value MUST be set to 0 by the client, and MUST be ignored by the server.
public uint Reserved
Результат uint