C# Class SignalR.Client._20.Transports.SseEvent

Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Methods

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

Method Details

SseEvent() public method

public SseEvent ( EventType type, string data ) : System
type EventType
data string
return System

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( string line, SseEvent &sseEvent ) : bool
line string
sseEvent SseEvent
return bool