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

Inheritance: IDisposable
ファイルを表示 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RemotingHttpListener ( IPAddress addr, int port, HttpServerTransportSink sink ) : System

Private Methods

Method Description
OnGetContext ( IAsyncResult ares ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RemotingHttpListener() public method

public RemotingHttpListener ( IPAddress addr, int port, HttpServerTransportSink sink ) : System
addr System.Net.IPAddress
port int
sink HttpServerTransportSink
return System