EventSourceStreamReader::Closed Property

.NET Framework 4.5

Invoked when the reader is closed while in the Processing state.

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

public:
property Action<Exception^>^ Closed {
	Action<Exception^>^ get ();
	void set (Action<Exception^>^ value);
}

Property Value

Type: System::Action<Exception>
Show: