C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
MaxSupportedProtocolVersion ProtoVersion
MinSupportedProtocolVersion ProtoVersion

Описание свойств

MaxSupportedProtocolVersion публичное свойство

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
Результат ProtoVersion

MinSupportedProtocolVersion публичное свойство

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
Результат ProtoVersion