C# 클래스 Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.TREE_CONNECT_Response

The SMB2 TREE_CONNECT Response packet is sent by the server when an SMB2 TREE_CONNECT request is processed successfully by the server. The server MUST set the TreeId of the newly created tree connect in the SMB 2.0 Protocol header of the response. This response is composed of an SMB2 Packet Header that is followed by this response structure:
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Reserved byte
ShareType ShareType_Values

프로퍼티 상세

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

ShareType 공개적으로 프로퍼티

The type of share being accessed. This field MUST contain one of the following values:
public ShareType_Values ShareType
리턴 ShareType_Values