C# 클래스 System.ServiceModel.Channels.Http.HttpStandaloneListenerManager

상속: HttpListenerManager
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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