C# Class Library.Net.I2p.SamManager

Inheritance: Library.ManagerBase
Show file Open project: Alliance-Network/Library Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AcceptThread ( ) : void
GetSocket ( ) : Socket
ReaderThread ( ) : void
WriterThread ( ) : void

Method Details

Accept() public method

public Accept ( string &destination ) : Socket
destination string
return System.Net.Sockets.Socket

Connect() public method

public Connect ( string destination ) : Socket
destination string
return System.Net.Sockets.Socket

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SamManager() public method

public SamManager ( string host, int port, string caption ) : System
host string
port int
caption string
return System

Start() public method

public Start ( ) : string
return string