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

Inheritance: IHttpHandlerFactory
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetHandler ( HttpContext context, string verb, string url, string filePath ) : IHttpHandler
context HttpContext
verb string
url string
filePath string
Résultat IHttpHandler

ReleaseHandler() public méthode

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
Résultat void

WebServiceHandlerFactory() public méthode

public WebServiceHandlerFactory ( ) : System.IO
Résultat System.IO