C# Class SocketService.UDPClientService

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

Méthodes publiques

Méthode Description
Connect ( ) : StateObject
GetResponse ( StateObject so ) : void
OnSent ( IAsyncResult asyncResult ) : void
UDPClientService ( IPEndPoint iep ) : System
UDPClientService ( int port ) : System

Method Details

Connect() public méthode

public Connect ( ) : StateObject
Résultat StateObject

GetResponse() public méthode

public GetResponse ( StateObject so ) : void
so StateObject
Résultat void

OnSent() public méthode

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

UDPClientService() public méthode

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

UDPClientService() public méthode

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