C# 클래스 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.MSG_NEGO_REQ

The Negotiation Request message is a request for the minimum and maximum protocol version supported by the target server-role peer. The message contains the minimum and maximum protocol version supported by the requesting client-role peer.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxSupportedProtocolVersion ProtoVersion
MinSupportedProtocolVersion ProtoVersion

프로퍼티 상세

MaxSupportedProtocolVersion 공개적으로 프로퍼티

Maximum protocol version supported by the requesting peer. The protocol version is encoded identically to the ProtVer field defined in section .
public ProtoVersion,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr MaxSupportedProtocolVersion
리턴 ProtoVersion

MinSupportedProtocolVersion 공개적으로 프로퍼티

Minimum protocol version supported by the requesting peer. The protocol version is encoded identically to the ProtVer field defined in section .
public ProtoVersion,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr MinSupportedProtocolVersion
리턴 ProtoVersion