C# Class SignalR.Client._20.Hubs.HubConnection

Inheritance: Connection
Show file Open project: PlayFab/PlayFab-Samples Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnReceived ( JsonObject message ) : void

Private Methods

Method Description
GetUrl ( string url ) : string
OnConnectionSending ( ) : string

Method Details

CreateProxy() public method

public CreateProxy ( string hubName ) : IHubProxy
hubName string
return IHubProxy

HubConnection() public method

public HubConnection ( string url ) : System.Collections.Generic
url string
return System.Collections.Generic

HubConnection() public method

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

OnReceived() protected method

protected OnReceived ( JsonObject message ) : void
message JsonObject
return void

Start() public method

public Start ( IClientTransport transport ) : void
transport IClientTransport
return void

Stop() public method

public Stop ( ) : void
return void