HttpWebResponseWrapper.Close Method

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public Sub Close
'Usage
Dim instance As HttpWebResponseWrapper

instance.Close()
public void Close()
public:
virtual void Close() sealed
abstract Close : unit -> unit  
override Close : unit -> unit
public final function Close()

Implements

IResponse.Close()

See Also

Reference

HttpWebResponseWrapper Class

Microsoft.AspNet.SignalR.Client.Http Namespace