C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.MSG_NEGO_RESP

The Negotiation Response message is the response message containing the minimum and maximum protocol version supported by the responding server-role peer. The message is sent in response to a Negotiation Request message or to any other request message with a protocol version not supported by the server-role peer.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MaxSupporteProtocolVersion ProtoVersion
MinSupporteProtocolVersion ProtoVersion

Property Details

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

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