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

Inheritance: ClearCanvas.ImageServer.Common.HttpServer
Afficher le fichier Open project: jasper-yeh/ClearCanvas

Méthodes publiques

Méthode Description
GetDescription ( ) : string
GetDisplayName ( ) : string
ImageStreamingServer ( ) : System

Creates an instance of ImageStreamingServer

Méthodes protégées

Méthode Description
HandleRequest ( HttpListenerContext context ) : void
OnStarted ( ) : void
SetResponseError ( HttpListenerContext context, int code, string message ) : void

Private Methods

Méthode Description
AddContext ( HttpListenerContext ctx ) : void
AutoStartMe ( ) : void
RemoveContext ( HttpListenerContext ctx ) : void
Validate ( HttpListenerContext context ) : void

Method Details

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

GetDisplayName() public méthode

public GetDisplayName ( ) : string
Résultat string

HandleRequest() protected méthode

protected HandleRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
Résultat void

ImageStreamingServer() public méthode

Creates an instance of ImageStreamingServer
public ImageStreamingServer ( ) : System
Résultat System

OnStarted() protected méthode

protected OnStarted ( ) : void
Résultat void

SetResponseError() protected méthode

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