C# Class System.ServiceModel.Channels.SvcHttpHandler

Inheritance: IHttpHandler
显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

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

Private Methods

Method Description
EnsureServiceHost ( ) : void
EnsureServiceHostCore ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

EndHttpRequest() public method

public EndHttpRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

SvcHttpHandler() public method

public SvcHttpHandler ( Type type, Type factoryType, string path ) : System
type System.Type
factoryType System.Type
path string
return System