EventType Enumeration

.NET Framework 4.5

Enumerates the event types associated with the server side events.

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

public enum class EventType

Member nameDescription
DataThe data event type.

IdThe ID event type.

Show: