mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #6476 from larrifax/patch-1
Add transport property to SignalR's HubConnection
This commit is contained in:
Vendored
+1
@@ -90,6 +90,7 @@ interface HubConnectionSettings {
|
||||
interface HubConnection extends SignalR {
|
||||
//(url?: string, queryString?: any, logging?: boolean): HubConnection;
|
||||
proxies: any;
|
||||
transport: { name: string, supportsKeepAlive: () => boolean };
|
||||
received(callback: (data: { Id: any; Method: any; Hub: any; State: any; Args: any; }) => void ): HubConnection;
|
||||
createHubProxy(hubName: string): HubProxy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user