C# Class SocketServers.SocketEx

Mostra file Open project: vf1/serversockets

Public Methods

Method 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 method

public static AcceptAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
socket this
e ServerAsyncEventArgs
handler ServerAsyncEventArgs
return void

ConnectAsync() public static method

public static ConnectAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
socket this
e ServerAsyncEventArgs
handler ServerAsyncEventArgs
return void

SafeShutdownClose() public static method

public static SafeShutdownClose ( this socket ) : void
socket this
return void

SendAsync() public static method

public static SendAsync ( this socket, ServerAsyncEventArgs e, ServerAsyncEventArgs handler ) : void
socket this
e ServerAsyncEventArgs
handler ServerAsyncEventArgs
return void