Property | Type | Description | |
---|---|---|---|
EndPoint | IPEndPoint |
Method | Description | |
---|---|---|
CreateAndResolve ( string protocol ) : |
||
MDnsClient ( IPEndPoint endpoint ) : System | ||
Resolve ( string protocol ) : void | ||
Send ( Message message, IPEndPoint ep ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
Treat ( byte bytes, IPEndPoint from ) : void |
Method | Description | |
---|---|---|
StartReceiving ( ) : void | ||
StartReceiving ( IAsyncResult result ) : void |
public static CreateAndResolve ( string protocol ) : |
||
protocol | string | |
return |
public MDnsClient ( IPEndPoint endpoint ) : System | ||
endpoint | IPEndPoint | |
return | System |
public Send ( Message message, IPEndPoint ep ) : void | ||
message | Message | |
ep | IPEndPoint | |
return | void |
protected Treat ( byte bytes, IPEndPoint from ) : void | ||
bytes | byte | |
from | IPEndPoint | |
return | void |