Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4This member overrides TransportDisconnectBase.ReleaseRequest().
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Overrides Sub ReleaseRequest
'Usage
Me.ReleaseRequest()
protected override void ReleaseRequest()
protected:
virtual void ReleaseRequest() override
abstract ReleaseRequest : unit -> unit
override ReleaseRequest : unit -> unit
protected override function ReleaseRequest()