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

Inheritance: Connection
Afficher le fichier Open project: PlayFab/PlayFab-Samples Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnReceived ( JsonObject message ) : void

Private Methods

Méthode Description
GetUrl ( string url ) : string
OnConnectionSending ( ) : string

Method Details

CreateProxy() public méthode

public CreateProxy ( string hubName ) : IHubProxy
hubName string
Résultat IHubProxy

HubConnection() public méthode

public HubConnection ( string url ) : System.Collections.Generic
url string
Résultat System.Collections.Generic

HubConnection() public méthode

public HubConnection ( string url, string>.IDictionary queryString ) : System.Collections.Generic
url string
queryString string>.IDictionary
Résultat System.Collections.Generic

OnReceived() protected méthode

protected OnReceived ( JsonObject message ) : void
message JsonObject
Résultat void

Start() public méthode

public Start ( IClientTransport transport ) : void
transport IClientTransport
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void