C# Class Network.Bonjour.MDnsClient

Afficher le fichier Open project: automaters/bonjour.net Class Usage Examples

Méthodes publiques

Свойство Type Description
EndPoint IPEndPoint

Méthodes publiques

Méthode Description
CreateAndResolve ( string protocol ) : MDnsClient
MDnsClient ( IPEndPoint endpoint ) : System
Resolve ( string protocol ) : void
Send ( Message message, IPEndPoint ep ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Treat ( byte bytes, IPEndPoint from ) : void

Private Methods

Méthode Description
StartReceiving ( ) : void
StartReceiving ( IAsyncResult result ) : void

Method Details

CreateAndResolve() public static méthode

public static CreateAndResolve ( string protocol ) : MDnsClient
protocol string
Résultat MDnsClient

MDnsClient() public méthode

public MDnsClient ( IPEndPoint endpoint ) : System
endpoint IPEndPoint
Résultat System

Resolve() public méthode

public Resolve ( string protocol ) : void
protocol string
Résultat void

Send() public méthode

public Send ( Message message, IPEndPoint ep ) : void
message Message
ep IPEndPoint
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Treat() protected méthode

protected Treat ( byte bytes, IPEndPoint from ) : void
bytes byte
from IPEndPoint
Résultat void

Property Details

EndPoint public_oe static_oe property

public static IPEndPoint EndPoint
Résultat IPEndPoint