C# Class ClearCanvas.ImageServer.Services.Streaming.Shreds.ImageStreamingServer

Inheritance: ClearCanvas.ImageServer.Common.HttpServer
Show file Open project: jasper-yeh/ClearCanvas

Public Methods

Method Description
GetDescription ( ) : string
GetDisplayName ( ) : string
ImageStreamingServer ( ) : System

Creates an instance of ImageStreamingServer

Protected Methods

Method Description
HandleRequest ( HttpListenerContext context ) : void
OnStarted ( ) : void
SetResponseError ( HttpListenerContext context, int code, string message ) : void

Private Methods

Method Description
AddContext ( HttpListenerContext ctx ) : void
AutoStartMe ( ) : void
RemoveContext ( HttpListenerContext ctx ) : void
Validate ( HttpListenerContext context ) : void

Method Details

GetDescription() public method

public GetDescription ( ) : string
return string

GetDisplayName() public method

public GetDisplayName ( ) : string
return string

HandleRequest() protected method

protected HandleRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
return void

ImageStreamingServer() public method

Creates an instance of ImageStreamingServer
public ImageStreamingServer ( ) : System
return System

OnStarted() protected method

protected OnStarted ( ) : void
return void

SetResponseError() protected method

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