C# Class llbc.AsyncConnResult

The Service.AsyncConn result information class encapsulation.
Afficher le fichier Open project: lailongwei/llbc Class Usage Examples

Méthodes publiques

Méthode Description
AsyncConnResult ( bool connected, string reason, IPEndPoint remoteEndPoint ) : System
ToString ( ) : string

Private Methods

Méthode Description
_BuildStringRepr ( ) : void

Method Details

AsyncConnResult() public méthode

public AsyncConnResult ( bool connected, string reason, IPEndPoint remoteEndPoint ) : System
connected bool
reason string
remoteEndPoint System.Net.IPEndPoint
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string