C# Class System.ServiceModel.Channels.Http.HttpStandaloneListenerManager

Inheritance: HttpListenerManager
显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
GetContextCompleted ( IAsyncResult result ) : void
HttpStandaloneListenerManager ( Uri uri ) : System
ProcessNewContext ( HttpListenerContext ctx ) : void
RegisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void
UnregisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void

Method Details

GetContextCompleted() public method

public GetContextCompleted ( IAsyncResult result ) : void
result IAsyncResult
return void

HttpStandaloneListenerManager() public method

public HttpStandaloneListenerManager ( Uri uri ) : System
uri System.Uri
return System

ProcessNewContext() public method

public ProcessNewContext ( HttpListenerContext ctx ) : void
ctx System.Net.HttpListenerContext
return void

RegisterListener() public method

public RegisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void
channel System.ServiceModel.Dispatcher.ChannelDispatcher
timeout System.TimeSpan
return void

UnregisterListener() public method

public UnregisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void
channel System.ServiceModel.Dispatcher.ChannelDispatcher
timeout System.TimeSpan
return void