IResponse.Close Method
.NET Framework 4
Closes the response.
Namespace: Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Sub Close
'Usage
Dim instance As IResponse
instance.Close()
void Close()
void Close()
abstract Close : unit -> unit
function Close()