C# 클래스 OctoTorrent.Tracker.Listeners.HttpListener

상속: ListenerBase
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent 1 사용 예제들

공개 메소드들

메소드 설명
HttpListener ( IPAddress address, int port ) : System
HttpListener ( IPEndPoint endpoint ) : System
HttpListener ( string httpPrefix ) : System
Start ( ) : void

Starts listening for incoming connections

Stop ( ) : void

Stops listening for incoming connections

비공개 메소드들

메소드 설명
EndGetRequest ( IAsyncResult result ) : void
HandleRequest ( HttpListenerContext context ) : void

메소드 상세

HttpListener() 공개 메소드

public HttpListener ( IPAddress address, int port ) : System
address System.Net.IPAddress
port int
리턴 System

HttpListener() 공개 메소드

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

HttpListener() 공개 메소드

public HttpListener ( string httpPrefix ) : System
httpPrefix string
리턴 System

Start() 공개 메소드

Starts listening for incoming connections
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops listening for incoming connections
public Stop ( ) : void
리턴 void