C# Class Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents.SseEvent

Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
SseEvent ( EventType type, string data ) : System
ToString ( ) : string
TryParse ( string line, SseEvent &sseEvent ) : bool

Method Details

SseEvent() public méthode

public SseEvent ( EventType type, string data ) : System
type EventType
data string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string line, SseEvent &sseEvent ) : bool
line string
sseEvent SseEvent
Résultat bool