C# 클래스 Network.UPnP.Service

상속: IService
파일 보기 프로젝트 열기: automaters/bonjour.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
properties string>.IDictionary

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BuildService ( HttpRequest item ) : Service
BuildService ( HttpResponse item ) : Service
BuildServices ( System doc ) : IList
EnhanceService ( XmlDocument doc ) : void
GetDescription ( ) : void

메소드 상세

AddAddress() 공개 메소드

public AddAddress ( Network ep ) : void
ep Network
리턴 void

Merge() 공개 메소드

public Merge ( IService service ) : void
service IService
리턴 void

Publish() 공개 메소드

public Publish ( ) : void
리턴 void

Renew() 공개 메소드

public Renew ( uint ttl ) : void
ttl uint
리턴 void

Resolve() 공개 메소드

public Resolve ( ) : void
리턴 void

Service() 공개 메소드

public Service ( ) : System
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string

프로퍼티 상세

properties 보호되어 있는 프로퍼티

protected IDictionary properties
리턴 string>.IDictionary