C# Класс Microsoft.Protocols.TestSuites.Pchc.ConnectionInformation

All Peer Content Caching and Retrieval: Hosted Cache Protocol request messages use a common connection information structure, which describes the information needed by the hosted cache to use the Peer Content Caching and Retrieval: Retrieval Protocol [MS-PCCRR] as a client-role peer, to download needed blocks from the client as a server-role peer.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Padding byte[]
Port ushort

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

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

Padding (6 bytes): The value of this field is indeterminate and MUST be ignored on processing
public byte[] Padding
Результат byte[]

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

Port (2 bytes): A 16-bit unsigned integer that MUST be set by the client to the port on which it is listening as a server-role peer, for use with the retrieval protocol.
public ushort Port
Результат ushort