C# Class System.ServiceModel.Channels.SvcHttpHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
EndHttpRequest ( HttpContext context ) : void
ProcessRequest ( HttpContext context ) : void
SvcHttpHandler ( Type type, Type factoryType, string path ) : System

Private Methods

Méthode Description
EnsureServiceHost ( ) : void
EnsureServiceHostCore ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

EndHttpRequest() public méthode

public EndHttpRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

SvcHttpHandler() public méthode

public SvcHttpHandler ( Type type, Type factoryType, string path ) : System
type System.Type
factoryType System.Type
path string
Résultat System