C# Класс System.ServiceModel.Channels.Http.HttpStandaloneListenerManager

Наследование: HttpListenerManager
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetContextCompleted() публичный Метод

public GetContextCompleted ( IAsyncResult result ) : void
result IAsyncResult
Результат void

HttpStandaloneListenerManager() публичный Метод

public HttpStandaloneListenerManager ( Uri uri ) : System
uri System.Uri
Результат System

ProcessNewContext() публичный Метод

public ProcessNewContext ( HttpListenerContext ctx ) : void
ctx System.Net.HttpListenerContext
Результат void

RegisterListener() публичный Метод

public RegisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void
channel System.ServiceModel.Dispatcher.ChannelDispatcher
timeout System.TimeSpan
Результат void

UnregisterListener() публичный Метод

public UnregisterListener ( System.ServiceModel.Dispatcher.ChannelDispatcher channel, System.TimeSpan timeout ) : void
channel System.ServiceModel.Dispatcher.ChannelDispatcher
timeout System.TimeSpan
Результат void