C# Class SocketService.UDPServices

Afficher le fichier Open project: wirepair/GHAST_priv8

Méthodes publiques

Свойство Type Description
allDone System.Threading.ManualResetEvent

Protected Properties

Свойство Type Description
_iep System.Net.IPEndPoint

Méthodes publiques

Méthode Description
OnReceive ( IAsyncResult asyncResult ) : void
OnSent ( IAsyncResult asyncResult ) : void
ProcessBuffer ( StateObject state ) : void
SendData ( StateObject sendState, AsyncCallback callback ) : void
SendData ( StateObject sendState, int offset, AsyncCallback callback ) : void
UDPServices ( ) : System
UDPServices ( IPEndPoint ep ) : System
UDPServices ( int port ) : System

Method Details

OnReceive() public méthode

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

OnSent() public abstract méthode

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

ProcessBuffer() public abstract méthode

public abstract ProcessBuffer ( StateObject state ) : void
state StateObject
Résultat void

SendData() public méthode

public SendData ( StateObject sendState, AsyncCallback callback ) : void
sendState StateObject
callback AsyncCallback
Résultat void

SendData() public méthode

public SendData ( StateObject sendState, int offset, AsyncCallback callback ) : void
sendState StateObject
offset int
callback AsyncCallback
Résultat void

UDPServices() public méthode

public UDPServices ( ) : System
Résultat System

UDPServices() public méthode

public UDPServices ( IPEndPoint ep ) : System
ep System.Net.IPEndPoint
Résultat System

UDPServices() public méthode

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

Property Details

_iep protected_oe property

protected IPEndPoint,System.Net _iep
Résultat System.Net.IPEndPoint

allDone public_oe property

public ManualResetEvent,System.Threading allDone
Résultat System.Threading.ManualResetEvent