SseEvent Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents.SseEvent

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

Syntax

'Declaration
Public Class SseEvent
'Usage
Dim instance As SseEvent
public class SseEvent
public ref class SseEvent
type SseEvent =  class end
public class SseEvent

The SseEvent type exposes the following members.

Constructors

  Name Description
Public method SseEvent Initializes a new instance of the SseEvent class.

Top

Properties

  Name Description
Public property Data
Public property EventType

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)
Public methodStatic member TryParse

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents Namespace