IStopListeningRegisteredObject.StopListening Method ()
[Supported in the .NET Framework 4.5.1 and later versions]
Stops listening for new requests.
Assembly: System.Web (in System.Web.dll)
The StopListening method is supported only when running in IIS integrated mode. The ASP.NET runtime does not guarantee that the StopListening method will ever fire.
The StopListening method must not throw exceptions, otherwise the behavior is undefined and the process will likely be terminated. Further, to avoid creating deadlocks, the StopListening method should not block execution.
.NET Framework
Available since 4.5.1
Available since 4.5.1
Show:
