C# Class GamingInterface.AsyncUserToken

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

Méthodes publiques

Méthode Description
AsyncUserToken ( ) : System
AsyncUserToken ( Socket socket ) : System

Method Details

AsyncUserToken() public méthode

public AsyncUserToken ( ) : System
Résultat System

AsyncUserToken() public méthode

public AsyncUserToken ( Socket socket ) : System
socket System.Net.Sockets.Socket
Résultat System