C# Class GamingInterface.AsyncUserToken

This class is designed for use as the object to be assigned to the SocketAsyncEventArgs.UserToken property.
Exibir arquivo Open project: RocHCI/legion-gaming

Public Methods

Method Description
AsyncUserToken ( ) : System
AsyncUserToken ( Socket socket ) : System

Method Details

AsyncUserToken() public method

public AsyncUserToken ( ) : System
return System

AsyncUserToken() public method

public AsyncUserToken ( Socket socket ) : System
socket System.Net.Sockets.Socket
return System