C# Class SocketService.UDPServerService

Inheritance: UDPServices
Mostrar archivo Open project: wirepair/GHAST_priv8

Public Methods

Method Description
OnSent ( IAsyncResult asyncResult ) : void
StartListening ( ) : void
UDPServerService ( IPEndPoint iep ) : System
UDPServerService ( int port ) : System

Method Details

OnSent() public method

public OnSent ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

StartListening() public method

public StartListening ( ) : void
return void

UDPServerService() public method

public UDPServerService ( IPEndPoint iep ) : System
iep System.Net.IPEndPoint
return System

UDPServerService() public method

public UDPServerService ( int port ) : System
port int
return System