ITrackingConnection.ReleaseRequest Method
.NET Framework 4
Releases the http request associated with the connection (if any).
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Sub ReleaseRequest
'Usage
Dim instance As ITrackingConnection
instance.ReleaseRequest()
void ReleaseRequest()
void ReleaseRequest()
abstract ReleaseRequest : unit -> unit
function ReleaseRequest()