WebServiceHandlerFactory.GetHandler Method

Definition

Returns an IHttpHandler instance.

C#
public System.Web.IHttpHandler GetHandler(System.Web.HttpContext context, string verb, string url, string filePath);

Parameters

context
HttpContext

An HttpContext that provides references to intrinsic server objects (For example, Request, Response, Session, and Server) used to service HTTP requests.

verb
String

The HTTP data transfer method (GET or POST) that the client uses.

url
String

The raw URL of the requested resource.

filePath
String

The file-system path of the requested resource.

Returns

An IHttpHandler instance.

Implements

Applies to

Производ Верзије
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1