C# Class TouchRemote.Bonjour.BonjourService

Exibir arquivo Open project: pieceofsummer/TouchRemote

Public Methods

Method Description
BonjourService ( ) : System
Start ( string serviceName, string regType, string domain, string host, ushort port, NameValueCollection txt ) : void
Stop ( ) : void
Stop ( string service ) : void

Private Methods

Method Description
RegisterCallback ( IntPtr handle, DnsServiceFlags flags, DnsServiceErrorType errorCode, string name, string regType, string domain, IntPtr context ) : void

Method Details

BonjourService() public method

public BonjourService ( ) : System
return System

Start() public method

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
return void

Stop() public method

public Stop ( ) : void
return void

Stop() public method

public Stop ( string service ) : void
service string
return void