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

Public Properties

Property Type Description
Reserved byte
ShareType ShareType_Values

Property Details

Reserved public_oe property

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

ShareType public_oe property

The type of share being accessed. This field MUST contain one of the following values:
public ShareType_Values ShareType
return ShareType_Values