C# Class Network.Bonjour.Service

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

Protected Properties

Свойство Type Description
addresses List
expiration System.DateTime
properties string>.IDictionary

Méthodes publiques

Méthode Description
AddAddress ( Network endpoint ) : void
Build ( Message m ) : Service
Merge ( IService iService ) : void
Publish ( ) : void
Renew ( uint ttl ) : void
Resolve ( ) : void
Service ( ) : System
Stop ( ) : void
ToString ( ) : string
client_AnswerReceived ( Message message ) : void
publisher_QueryReceived ( Message item ) : void
this ( string key ) : string

Méthodes protégées

Méthode Description
EnhanceService ( Answer a ) : void

Private Methods

Méthode Description
Build ( Answer answer, Message message ) : Service
BuildServices ( Message m ) : IList
Service ( Answer a ) : System

Method Details

AddAddress() public méthode

public AddAddress ( Network endpoint ) : void
endpoint Network
Résultat void

Build() public static méthode

public static Build ( Message m ) : Service
m Message
Résultat Service

EnhanceService() protected méthode

protected EnhanceService ( Answer a ) : void
a Network.Dns.Answer
Résultat void

Merge() public méthode

public Merge ( IService iService ) : void
iService IService
Résultat void

Publish() public méthode

public Publish ( ) : void
Résultat void

Renew() public méthode

public Renew ( uint ttl ) : void
ttl uint
Résultat void

Resolve() public méthode

public Resolve ( ) : void
Résultat void

Service() public méthode

public Service ( ) : System
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

client_AnswerReceived() public méthode

public client_AnswerReceived ( Message message ) : void
message Message
Résultat void

publisher_QueryReceived() public méthode

public publisher_QueryReceived ( Message item ) : void
item Message
Résultat void

this() public méthode

public this ( string key ) : string
key string
Résultat string

Property Details

addresses protected_oe property

protected List addresses
Résultat List

expiration protected_oe property

protected DateTime,System expiration
Résultat System.DateTime

properties protected_oe property

protected IDictionary properties
Résultat string>.IDictionary