C# Class System.Runtime.Remoting.Channels.Http.RemotingHttpListener

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
RemotingHttpListener ( IPAddress addr, int port, HttpServerTransportSink sink ) : System

Private Methods

Méthode Description
OnGetContext ( IAsyncResult ares ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RemotingHttpListener() public méthode

public RemotingHttpListener ( IPAddress addr, int port, HttpServerTransportSink sink ) : System
addr System.Net.IPAddress
port int
sink HttpServerTransportSink
Résultat System