C# Класс Network.UPnP.ServiceResolver

Наследование: IServiceResolver
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
protocols IList
services TtlCollection

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

Метод Описание
Dispose ( ) : void
Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList
Resolve ( string protocol ) : void

Защищенные методы

Метод Описание
client_AnswerReceived ( HttpResponse item ) : void
client_QueryReceived ( HttpRequest item ) : void

Приватные методы

Метод Описание
MergeServices ( IList s ) : void
MergeServices ( Service service ) : void

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

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

public Dispose ( ) : void
Результат void

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

public Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList
protocol string
timeout System.TimeSpan
minCountServices int
maxCountServices int
Результат IList

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

public Resolve ( string protocol ) : void
protocol string
Результат void

client_AnswerReceived() защищенный Метод

protected client_AnswerReceived ( HttpResponse item ) : void
item Network.Rest.HttpResponse
Результат void

client_QueryReceived() защищенный Метод

protected client_QueryReceived ( HttpRequest item ) : void
item HttpRequest
Результат void

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

protocols защищенное свойство

protected IList protocols
Результат IList

services защищенное свойство

protected TtlCollection services
Результат TtlCollection