C# 클래스 OctoTorrent.Client.SocketListener

Accepts incoming connections and passes them off to the right TorrentManager
상속: PeerListener
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent 1 사용 예제들

공개 메소드들

메소드 설명
SocketListener ( IPEndPoint endpoint ) : Common.System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
EndAccept ( IAsyncResult result ) : void

메소드 상세

SocketListener() 공개 메소드

public SocketListener ( IPEndPoint endpoint ) : Common.System
endpoint System.Net.IPEndPoint
리턴 Common.System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void