EventSourceStreamReader::Opened Property

.NET Framework 4.5

Invoked when the connection is open.

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

public:
property Action^ Opened {
	Action^ get ();
	void set (Action^ value);
}

Property Value

Type: System::Action
Show: