C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.TREE_DISCONNECT_Request

The SMB2 TREE_DISCONNECT Request packet is sent by the client to request that the tree connect that is specified in the TreeId within the SMB2 header be disconnected. This request is composed of an SMB2 header, as specified in section , that is followed by this variable-length request structure:
Show file Open project: Microsoft/WindowsProtocolTestSuites