C# 클래스 Universal.Torrent.Client.ConnectionListeners.SocketListener

Accepts incoming connections and passes them off to the right TorrentManager
상속: PeerListener
파일 보기 프로젝트 열기: haroldma/Universal.Torrent

공개 메소드들

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

비공개 메소드들

메소드 설명
ListenerOnConnectionReceived ( StreamSocketListener sender, StreamSocketListenerConnectionReceivedEventArgs args ) : void

메소드 상세

SocketListener() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void