EventSourceStreamReader.Close Method

.NET Framework 4

Closes the connection and the underlying stream.

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

Syntax

'Declaration
Public Sub Close
'Usage
Dim instance As EventSourceStreamReader

instance.Close()
public void Close()
public:
void Close()
member Close : unit -> unit
public function Close()

See Also

Reference

EventSourceStreamReader Class

Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents Namespace