C# Class TouchRemote.Bonjour.BonjourService

Afficher le fichier Open project: pieceofsummer/TouchRemote

Méthodes publiques

Méthode 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

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

Method Details

BonjourService() public méthode

public BonjourService ( ) : System
Résultat System

Start() public méthode

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
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Stop() public méthode

public Stop ( string service ) : void
service string
Résultat void