C# Class ClearCanvas.ImageServer.Services.Streaming.ImageStreaming.WADORequestProcessor

Represents a Dicom WADO request processor.
Show file Open project: jasper-yeh/ClearCanvas Class Usage Examples

Public Methods

Method Description
Process ( HttpListenerContext context ) : void

Private Methods

Method Description
GetClientAcceptTypes ( HttpListenerContext context ) : string

Gets a string that represents the mime-types acceptable by the client for the specified context. The mime-types are separated by commas (,).

HandleRequest ( HttpListenerContext context ) : void
LogRequest ( HttpListenerContext context ) : void

Logs information about the request.

SendError ( HttpStatusCode errorCode, HttpListenerContext context ) : void

Generates a http response for an error

SendWADOResponse ( ClearCanvas.ImageServer.Services.Streaming.ImageStreaming.WADOResponse response, HttpListenerContext context ) : void

Generates a http response based on the specified response object and send it to the client

Method Details

Process() public method

public Process ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
return void