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

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

Свойство Тип Описание
MaxSupporteProtocolVersion ProtoVersion
MinSupporteProtocolVersion ProtoVersion

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

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

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

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

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