C# Class Library.Net.I2p.SamManager

Inheritance: Library.ManagerBase
Afficher le fichier Open project: Alliance-Network/Library Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( string &destination ) : Socket
Connect ( string destination ) : Socket
SamManager ( string host, int port, string caption ) : System
Start ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AcceptThread ( ) : void
GetSocket ( ) : Socket
ReaderThread ( ) : void
WriterThread ( ) : void

Method Details

Accept() public méthode

public Accept ( string &destination ) : Socket
destination string
Résultat System.Net.Sockets.Socket

Connect() public méthode

public Connect ( string destination ) : Socket
destination string
Résultat System.Net.Sockets.Socket

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SamManager() public méthode

public SamManager ( string host, int port, string caption ) : System
host string
port int
caption string
Résultat System

Start() public méthode

public Start ( ) : string
Résultat string