C# 클래스 System.Net.EndPointListener

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
AddPrefix ( System.Net.ListenerPrefix prefix, HttpListener listener ) : void
BindContext ( HttpListenerContext context ) : bool
Close ( ) : void
EndPointListener ( IPAddress addr, int port, bool secure ) : System.IO
RemovePrefix ( System.Net.ListenerPrefix prefix, HttpListener listener ) : void
UnbindContext ( HttpListenerContext context ) : void

비공개 메소드들

메소드 설명
AddSpecial ( ArrayList coll, System.Net.ListenerPrefix prefix ) : void
CheckIfRemove ( ) : void
LoadCertificateAndKey ( IPAddress addr, int port ) : void
MatchFromList ( string host, string path, ArrayList list, System.Net.ListenerPrefix &prefix ) : HttpListener
OnAccept ( object sender, EventArgs e ) : void
RemoveSpecial ( ArrayList coll, System.Net.ListenerPrefix prefix ) : void
SearchListener ( string host, Uri uri, System.Net.ListenerPrefix &prefix ) : HttpListener

메소드 상세

AddPrefix() 공개 메소드

public AddPrefix ( System.Net.ListenerPrefix prefix, HttpListener listener ) : void
prefix System.Net.ListenerPrefix
listener HttpListener
리턴 void

BindContext() 공개 메소드

public BindContext ( HttpListenerContext context ) : bool
context HttpListenerContext
리턴 bool

Close() 공개 메소드

public Close ( ) : void
리턴 void

EndPointListener() 공개 메소드

public EndPointListener ( IPAddress addr, int port, bool secure ) : System.IO
addr IPAddress
port int
secure bool
리턴 System.IO

RemovePrefix() 공개 메소드

public RemovePrefix ( System.Net.ListenerPrefix prefix, HttpListener listener ) : void
prefix System.Net.ListenerPrefix
listener HttpListener
리턴 void

UnbindContext() 공개 메소드

public UnbindContext ( HttpListenerContext context ) : void
context HttpListenerContext
리턴 void