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

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

Méthodes publiques

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

public GetContextCompleted ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

HttpStandaloneListenerManager() public méthode

public HttpStandaloneListenerManager ( Uri uri ) : System
uri System.Uri
Résultat System

ProcessNewContext() public méthode

public ProcessNewContext ( HttpListenerContext ctx ) : void
ctx System.Net.HttpListenerContext
Résultat void

RegisterListener() public méthode

public RegisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void
channel System.ServiceModel.Dispatcher.ChannelDispatcher
timeout System.TimeSpan
Résultat void

UnregisterListener() public méthode

public UnregisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void
channel System.ServiceModel.Dispatcher.ChannelDispatcher
timeout System.TimeSpan
Résultat void