Method | Description | |
---|---|---|
CreateProxy ( string hubName ) : IHubProxy | ||
HubConnection ( string url ) : System.Collections.Generic | ||
HubConnection ( string url, string>.IDictionary |
||
Start ( IClientTransport transport ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
OnReceived ( JsonObject message ) : void |
Method | Description | |
---|---|---|
GetUrl ( string url ) : string | ||
OnConnectionSending ( ) : string |
public CreateProxy ( string hubName ) : IHubProxy | ||
hubName | string | |
return | IHubProxy |
public HubConnection ( string url ) : System.Collections.Generic | ||
url | string | |
return | System.Collections.Generic |
public HubConnection ( string url, string>.IDictionary |
||
url | string | |
queryString | string>.IDictionary | |
return | System.Collections.Generic |
protected OnReceived ( JsonObject message ) : void | ||
message | JsonObject | |
return | void |
public Start ( IClientTransport transport ) : void | ||
transport | IClientTransport | |
return | void |