C# 클래스 SignalR.Client._20.Hubs.HubConnection

상속: Connection
파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples 1 사용 예제들

공개 메소드들

메소드 설명
CreateProxy ( string hubName ) : IHubProxy
HubConnection ( string url ) : System.Collections.Generic
HubConnection ( string url, string>.IDictionary queryString ) : System.Collections.Generic
Start ( IClientTransport transport ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
OnReceived ( JsonObject message ) : void

비공개 메소드들

메소드 설명
GetUrl ( string url ) : string
OnConnectionSending ( ) : string

메소드 상세

CreateProxy() 공개 메소드

public CreateProxy ( string hubName ) : IHubProxy
hubName string
리턴 IHubProxy

HubConnection() 공개 메소드

public HubConnection ( string url ) : System.Collections.Generic
url string
리턴 System.Collections.Generic

HubConnection() 공개 메소드

public HubConnection ( string url, string>.IDictionary queryString ) : System.Collections.Generic
url string
queryString string>.IDictionary
리턴 System.Collections.Generic

OnReceived() 보호된 메소드

protected OnReceived ( JsonObject message ) : void
message JsonObject
리턴 void

Start() 공개 메소드

public Start ( IClientTransport transport ) : void
transport IClientTransport
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void