SseEvent::Data Property

.NET Framework 4.5

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

public:
property String^ Data {
	String^ get ();
	private: void set (String^ value);
}

Property Value

Type: System::String
Show: