C# Class SocketServers.SocketEx

Afficher le fichier Open project: vf1/serversockets

Méthodes publiques

Méthode Description
AcceptAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
ConnectAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
SafeShutdownClose ( this socket ) : void
SendAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void

Method Details

AcceptAsync() public static méthode

public static AcceptAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
socket this
e ServerAsyncEventArgs
handler ServerAsyncEventArgs
Résultat void

ConnectAsync() public static méthode

public static ConnectAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
socket this
e ServerAsyncEventArgs
handler ServerAsyncEventArgs
Résultat void

SafeShutdownClose() public static méthode

public static SafeShutdownClose ( this socket ) : void
socket this
Résultat void

SendAsync() public static méthode

public static SendAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
socket this
e ServerAsyncEventArgs
handler ServerAsyncEventArgs
Résultat void