C# Класс Microsoft.Protocols.TestSuites.BranchCache.ServiceProperty

The properties of service
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Address string
BlockCount string
MetadataVersion uint
Scopes string
Types string
XAddrs string

Открытые методы

Метод Описание
ServiceProperty ( string address, string type, string scope, string xAddrs, uint metadataVersion, string blockCount ) : System

Initializes a new instance of the ServiceProperty class

Описание методов

ServiceProperty() публичный Метод

Initializes a new instance of the ServiceProperty class
public ServiceProperty ( string address, string type, string scope, string xAddrs, uint metadataVersion, string blockCount ) : System
address string Identifies the responding device
type string Represents the list of discovery provider types.
scope string Represents the list of discovery provider scopes
xAddrs string Contains the list of transport URIs supported by the peer responding /// to the Probe message (with a ProbeMatch message).
metadataVersion uint The current metadata version
blockCount string The block count
Результат System

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

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

Identifies the responding device
public string Address
Результат string

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

The block count
public string BlockCount
Результат string

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

The current metadata version
public uint MetadataVersion
Результат uint

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

Represents the list of discovery provider scopes
public string Scopes
Результат string

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

Represents the list of discovery provider types.
public string Types
Результат string

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

Contains the list of transport URIs supported by the peer responding to the Probe message (with a ProbeMatch message).
public string XAddrs
Результат string