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

The SMB2 WRITE Request packet is sent by the client to write data to the file or named pipe on the server. This request is composed of an SMB2 header, as specified in section , followed by this request structure:
Show file Open project: Microsoft/WindowsProtocolTestSuites