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.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MaxSupporteProtocolVersion ProtoVersion
MinSupporteProtocolVersion ProtoVersion

Property Details

MaxSupporteProtocolVersion public_oe 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_oe 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