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

The SMB2 READ Response packet is sent in response to an SMB2 READ Request packet. This response is composed of an SMB2 header, as specified in section , followed by this response structure:
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
DataOffset byte
Reserved byte

Property Details

DataOffset public_oe property

The offset, in bytes, from the beginning of the header to the data read being returned in this response.
public byte DataOffset
return byte

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