C# Class TestApp.UdpServer

Inheritance: ServerSocket
Datei anzeigen Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Public Methods

Method Description
UdpServer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Receive ( ) : void

Private Methods

Method Description
ReadCallback ( IAsyncResult asyncResult ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Receive() protected method

protected Receive ( ) : void
return void

UdpServer() public method

public UdpServer ( ) : System
return System