C# 클래스 Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.SESSION_SETUP_Request

The SMB2 SESSION_SETUP Request packet is sent by the client to request a new authenticated session within a new or existing SMB 2.0 Protocol transport connection to the server. This request is composed of an SMB 2.0 Protocol header as specified in section followed by this request structure:
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
Flags SESSION_SETUP_Request_Flags
SecurityMode SESSION_SETUP_Request_SecurityMode_Values

프로퍼티 상세

Flags 공개적으로 프로퍼티

The number of other transport connections that are already established. The client MAY choose to set this field to 0 regardless of the number of outstanding connections. clients always set VcNumber to 0.
public SESSION_SETUP_Request_Flags Flags
리턴 SESSION_SETUP_Request_Flags

SecurityMode 공개적으로 프로퍼티

The security mode field MUST be constructed by using the following values:
public SESSION_SETUP_Request_SecurityMode_Values SecurityMode
리턴 SESSION_SETUP_Request_SecurityMode_Values