C# Class System.Net.EndPointListener

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddPrefix() public méthode

public AddPrefix ( System.Net.ListenerPrefix prefix, HttpListener listener ) : void
prefix System.Net.ListenerPrefix
listener HttpListener
Résultat void

BindContext() public méthode

public BindContext ( HttpListenerContext context ) : bool
context HttpListenerContext
Résultat bool

Close() public méthode

public Close ( ) : void
Résultat void

EndPointListener() public méthode

public EndPointListener ( IPAddress addr, int port, bool secure ) : System.IO
addr IPAddress
port int
secure bool
Résultat System.IO

RemovePrefix() public méthode

public RemovePrefix ( System.Net.ListenerPrefix prefix, HttpListener listener ) : void
prefix System.Net.ListenerPrefix
listener HttpListener
Résultat void

UnbindContext() public méthode

public UnbindContext ( HttpListenerContext context ) : void
context HttpListenerContext
Résultat void