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

Public Properties

Property Type Description
MaxSupportedProtocolVersion ProtoVersion
MinSupportedProtocolVersion ProtoVersion

Property Details

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

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