Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContext::DisposeOnPipelineCompleted Method (IDisposable^)

.NET Framework (current version)
 

Enables an object's Dispose method to be called when the AspNetWebSocket connection part of this request is completed.

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

public:
ISubscriptionToken^ DisposeOnPipelineCompleted(
	IDisposable^ target
)

Parameters

target
Type: System::IDisposable^

The object whose Dispose method must be called when the AspNetWebSocket connection part of the request is completed.

Return Value

Type: System.Web::ISubscriptionToken^

The subscription token.

The Dispose method of the target object is called after both the HTTP part of the request and the AspNetWebSocket connection have ended. The HttpContext object is not available for inspection.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft