C# Class SocketService.UDPServerService

Inheritance: UDPServices
Afficher le fichier Open project: wirepair/GHAST_priv8

Méthodes publiques

Méthode Description
OnSent ( IAsyncResult asyncResult ) : void
StartListening ( ) : void
UDPServerService ( IPEndPoint iep ) : System
UDPServerService ( int port ) : System

Method Details

OnSent() public méthode

public OnSent ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
Résultat void

StartListening() public méthode

public StartListening ( ) : void
Résultat void

UDPServerService() public méthode

public UDPServerService ( IPEndPoint iep ) : System
iep System.Net.IPEndPoint
Résultat System

UDPServerService() public méthode

public UDPServerService ( int port ) : System
port int
Résultat System