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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
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