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.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat ProtoVersion