C# 클래스 ClearCanvas.ImageServer.Services.Streaming.Shreds.ImageStreamingServer

상속: ClearCanvas.ImageServer.Common.HttpServer
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
GetDescription ( ) : string
GetDisplayName ( ) : string
ImageStreamingServer ( ) : System

Creates an instance of ImageStreamingServer

보호된 메소드들

메소드 설명
HandleRequest ( HttpListenerContext context ) : void
OnStarted ( ) : void
SetResponseError ( HttpListenerContext context, int code, string message ) : void

비공개 메소드들

메소드 설명
AddContext ( HttpListenerContext ctx ) : void
AutoStartMe ( ) : void
RemoveContext ( HttpListenerContext ctx ) : void
Validate ( HttpListenerContext context ) : void

메소드 상세

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetDisplayName() 공개 메소드

public GetDisplayName ( ) : string
리턴 string

HandleRequest() 보호된 메소드

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

ImageStreamingServer() 공개 메소드

Creates an instance of ImageStreamingServer
public ImageStreamingServer ( ) : System
리턴 System

OnStarted() 보호된 메소드

protected OnStarted ( ) : void
리턴 void

SetResponseError() 보호된 메소드

protected SetResponseError ( HttpListenerContext context, int code, string message ) : void
context System.Net.HttpListenerContext
code int
message string
리턴 void