C# 클래스 TouchRemote.Bonjour.BonjourService

파일 보기 프로젝트 열기: pieceofsummer/TouchRemote

공개 메소드들

메소드 설명
BonjourService ( ) : System
Start ( string serviceName, string regType, string domain, string host, ushort port, NameValueCollection txt ) : void
Stop ( ) : void
Stop ( string service ) : void

비공개 메소드들

메소드 설명
RegisterCallback ( IntPtr handle, DnsServiceFlags flags, DnsServiceErrorType errorCode, string name, string regType, string domain, IntPtr context ) : void

메소드 상세

BonjourService() 공개 메소드

public BonjourService ( ) : System
리턴 System

Start() 공개 메소드

public Start ( string serviceName, string regType, string domain, string host, ushort port, NameValueCollection txt ) : void
serviceName string
regType string
domain string
host string
port ushort
txt System.Collections.Specialized.NameValueCollection
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( string service ) : void
service string
리턴 void