C# Class SocketServers.EventArgsManager

Mostra file Open project: vf1/serversockets Class Usage Examples

Public Methods

Method Description
Get ( ) : ServerAsyncEventArgs
Put ( ServerAsyncEventArgs &value ) : void

Private Methods

Method Description
Initialize ( ) : void
IsInitialized ( ) : bool

Method Details

Get() public static method

public static Get ( ) : ServerAsyncEventArgs
return ServerAsyncEventArgs

Put() public static method

public static Put ( ServerAsyncEventArgs &value ) : void
value ServerAsyncEventArgs
return void