C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.TREE_CONNECT_Response

The SMB2 TREE_CONNECT Response packet is sent by the server when an SMB2 TREE_CONNECT request is processed successfully by the server. The server MUST set the TreeId of the newly created tree connect in the SMB 2.0 Protocol header of the response. This response is composed of an SMB2 Packet Header that is followed by this response structure:
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Reserved byte
ShareType ShareType_Values

Описание свойств

Reserved публичное свойство

Unused at the present, and MUST be treated as reserved. The server MUST set this to 0, and the client MUST ignore it on receipt.
public byte Reserved
Результат byte

ShareType публичное свойство

The type of share being accessed. This field MUST contain one of the following values:
public ShareType_Values ShareType
Результат ShareType_Values