C# 클래스 ClearCanvas.ImageServer.Core.HttpServer

Represents a http server that accepts and processes http requests.
상속: ClearCanvas.Server.ShredHost.HttpListenerShred
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
Start ( ) : void

보호된 메소드들

메소드 설명
HandleRequest ( HttpListenerContext context ) : void
HttpServer ( string serverName, int port, string path ) : System

Creates an instance of HttpServer on a specified address.

OnStartError ( string message ) : void

비공개 메소드들

메소드 설명
ListenerCallback ( HttpListenerContext context ) : void

Handles incoming http request asynchronously

메소드 상세

HandleRequest() 보호된 추상적인 메소드

protected abstract HandleRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
리턴 void

HttpServer() 보호된 메소드

Creates an instance of HttpServer on a specified address.
protected HttpServer ( string serverName, int port, string path ) : System
serverName string Name of the Http server
port int
path string
리턴 System

OnStartError() 보호된 메소드

protected OnStartError ( string message ) : void
message string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void