WebServiceHandlerFactory::ReleaseHandler Method (IHttpHandler^)

 
Use BaseTrue

Releases the IHttpHandler instance.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
virtual void ReleaseHandler(
	IHttpHandler^ handler
) sealed

Parameters

handler
Type: System.Web::IHttpHandler^

The IHttpHandler instance to release.

There are no resources associated with a handler instance that the WebServiceHandlerFactory class needs to release.

.NET Framework
Available since 1.1
Return to top
Show: