C# Class Network.UPnP.Service

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

Protected Properties

Свойство Type Description
properties string>.IDictionary

Méthodes publiques

Méthode Description
AddAddress ( Network ep ) : void
Merge ( IService service ) : void
Publish ( ) : void
Renew ( uint ttl ) : void
Resolve ( ) : void
Service ( ) : System
Stop ( ) : void
ToString ( ) : string
this ( string key ) : string

Private Methods

Méthode Description
BuildService ( HttpRequest item ) : Service
BuildService ( HttpResponse item ) : Service
BuildServices ( System doc ) : IList
EnhanceService ( XmlDocument doc ) : void
GetDescription ( ) : void

Method Details

AddAddress() public méthode

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

Merge() public méthode

public Merge ( IService service ) : void
service 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

this() public méthode

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

Property Details

properties protected_oe property

protected IDictionary properties
Résultat string>.IDictionary