C# 클래스 Library.Net.I2p.SamManager

상속: Library.ManagerBase
파일 보기 프로젝트 열기: Alliance-Network/Library 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( string &destination ) : Socket
Connect ( string destination ) : Socket
SamManager ( string host, int port, string caption ) : System
Start ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AcceptThread ( ) : void
GetSocket ( ) : Socket
ReaderThread ( ) : void
WriterThread ( ) : void

메소드 상세

Accept() 공개 메소드

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

Connect() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SamManager() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : string
리턴 string