EventSourceStreamReader::Message Property

.NET Framework 4.5

Invoked when there's a message if received in the stream.

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

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

Property Value

Type: System::Action<SseEvent>
Show: