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:
Показать файл Открыть проект

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

Свойство Тип Описание
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