C# 클래스 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:
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataOffset byte
Reserved byte

프로퍼티 상세

DataOffset 공개적으로 프로퍼티

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

Reserved 공개적으로 프로퍼티

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
리턴 byte