C# 클래스 SignalR.Client._20.Transports.SseEvent

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 메소드들

메소드 설명
SseEvent ( EventType type, string data ) : System
ToString ( ) : string
TryParse ( string line, SseEvent &sseEvent ) : bool

메소드 상세

SseEvent() 공개 메소드

public SseEvent ( EventType type, string data ) : System
type EventType
data string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

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