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:
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat byte