C# Class 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.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MaxSupportedProtocolVersion ProtoVersion
MinSupportedProtocolVersion ProtoVersion

Property Details

MaxSupportedProtocolVersion public property

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
return ProtoVersion

MinSupportedProtocolVersion public property

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
return ProtoVersion