HttpContextBase::DisposeOnPipelineCompleted Method (IDisposable^)

.NET Framework (current version)
 

When implemented in a derived class, 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:
virtual 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.

.NET Framework
Available since 4.5
Return to top
Show: