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

Public Properties

Property Type Description
Flags SESSION_SETUP_Request_Flags
SecurityMode SESSION_SETUP_Request_SecurityMode_Values

Property Details

Flags public property

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

SecurityMode public property

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