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

The SMB2 CANCEL Request packet is sent by the client to cancel a previously sent message on the same SMB2 transport connection. The MessageId of the request to be canceled MUST be set in the SMB2 header of the request. This request is composed of an SMB2 header, as specified in section , followed by this request structure:
Show file Open project: Microsoft/WindowsProtocolTestSuites