C# Class Server.Network.Listener

Inheritance: IDisposable
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Listener ( IPEndPoint ipep ) : System
Slice ( ) : Socket[]

Private Methods

Méthode Description
Accept_Completion ( object sender, SocketAsyncEventArgs e ) : void
Accept_Process ( SocketAsyncEventArgs e ) : void
Accept_Start ( ) : void
Bind ( IPEndPoint ipep ) : Socket
DisplayListener ( ) : void
Enqueue ( Socket socket ) : void
OnAccept ( IAsyncResult asyncResult ) : void
Release ( Socket socket ) : void
VerifySocket ( Socket socket ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Listener() public méthode

public Listener ( IPEndPoint ipep ) : System
ipep System.Net.IPEndPoint
Résultat System

Slice() public méthode

public Slice ( ) : Socket[]
Résultat Socket[]