SseEvent Constructor

.NET Framework 4.5

Initializes a new instance of the SseEvent class.

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

public:
SseEvent(
	EventType type, 
	String^ data
)
Show: