C# Class Network.UPnP.ServiceResolver

Inheritance: IServiceResolver
Afficher le fichier Open project: automaters/bonjour.net Class Usage Examples

Protected Properties

Свойство Type Description
protocols IList
services TtlCollection

Méthodes publiques

Méthode Description
Dispose ( ) : void
Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList
Resolve ( string protocol ) : void

Méthodes protégées

Méthode Description
client_AnswerReceived ( HttpResponse item ) : void
client_QueryReceived ( HttpRequest item ) : void

Private Methods

Méthode Description
MergeServices ( IList s ) : void
MergeServices ( Service service ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Resolve() public méthode

public Resolve ( string protocol, System.TimeSpan timeout, int minCountServices, int maxCountServices ) : IList
protocol string
timeout System.TimeSpan
minCountServices int
maxCountServices int
Résultat IList

Resolve() public méthode

public Resolve ( string protocol ) : void
protocol string
Résultat void

client_AnswerReceived() protected méthode

protected client_AnswerReceived ( HttpResponse item ) : void
item Network.Rest.HttpResponse
Résultat void

client_QueryReceived() protected méthode

protected client_QueryReceived ( HttpRequest item ) : void
item HttpRequest
Résultat void

Property Details

protocols protected_oe property

protected IList protocols
Résultat IList

services protected_oe property

protected TtlCollection services
Résultat TtlCollection