C# Class Network.UPnP.Service

Inheritance: IService
Mostrar archivo Open project: automaters/bonjour.net Class Usage Examples

Protected Properties

Property Type Description
properties string>.IDictionary

Public Methods

Method 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

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

Method Details

AddAddress() public method

public AddAddress ( Network ep ) : void
ep Network
return void

Merge() public method

public Merge ( IService service ) : void
service IService
return void

Publish() public method

public Publish ( ) : void
return void

Renew() public method

public Renew ( uint ttl ) : void
ttl uint
return void

Resolve() public method

public Resolve ( ) : void
return void

Service() public method

public Service ( ) : System
return System

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string key ) : string
key string
return string

Property Details

properties protected_oe property

protected IDictionary properties
return string>.IDictionary