C# Class System.Web.Services.Protocols.WebServiceHandlerFactory

Inheritance: IHttpHandlerFactory
Show file Open project: vargaz/mono Class Usage Examples

Public Methods

Method Description
GetHandler ( HttpContext context, string verb, string url, string filePath ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void
WebServiceHandlerFactory ( ) : System.IO

Private Methods

Method Description
GetTypeHandler ( HttpContext context, System.Web.Services.Protocols.WebServiceHandler handler ) : IHttpHandler
GuessProtocol ( HttpContext context, string verb ) : System.Web.Services.Configuration.WebServiceProtocols

Method Details

GetHandler() public method

public GetHandler ( HttpContext context, string verb, string url, string filePath ) : IHttpHandler
context HttpContext
verb string
url string
filePath string
return IHttpHandler

ReleaseHandler() public method

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
return void

WebServiceHandlerFactory() public method

public WebServiceHandlerFactory ( ) : System.IO
return System.IO