C# Class 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.
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
ContextType SMB2_NEGOTIATE_CONTEXT_Type_Values
DataLength ushort
Reserved uint

Property Details

ContextType public_oe property

Specifies the type of context in the Data field.
public SMB2_NEGOTIATE_CONTEXT_Type_Values ContextType
return SMB2_NEGOTIATE_CONTEXT_Type_Values

DataLength public_oe property

The length, in bytes, of the context data.
public ushort DataLength
return ushort

Reserved public_oe property

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
return uint