C# Class Network.Bonjour.MDnsServer

Inheritance: DnsServer
Show file Open project: automaters/bonjour.net Class Usage Examples

Public Properties

Property Type Description
EndPoint System.Net.IPEndPoint

Public Methods

Method Description
MDnsServer ( ) : System
MDnsServer ( IPAddress address, ushort port ) : System
MDnsServer ( IPEndPoint host ) : System
MDnsServer ( ushort port ) : System
Resolve ( string dname ) : MDnsServer

Protected Methods

Method Description
OnRequestReceived ( Message>.RequestEventArgs rea ) : void

Private Methods

Method Description
MDnsServer_Started ( object sender, EventArgs e ) : void

Method Details

MDnsServer() public method

public MDnsServer ( ) : System
return System

MDnsServer() public method

public MDnsServer ( IPAddress address, ushort port ) : System
address System.Net.IPAddress
port ushort
return System

MDnsServer() public method

public MDnsServer ( IPEndPoint host ) : System
host System.Net.IPEndPoint
return System

MDnsServer() public method

public MDnsServer ( ushort port ) : System
port ushort
return System

OnRequestReceived() protected method

protected OnRequestReceived ( Message>.RequestEventArgs rea ) : void
rea Message>.RequestEventArgs
return void

Resolve() public method

public Resolve ( string dname ) : MDnsServer
dname string
return MDnsServer

Property Details

EndPoint public static property

public static IPEndPoint,System.Net EndPoint
return System.Net.IPEndPoint