mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add transport property to SignalR's HubConnection
This commit is contained in:
1
signalr/signalr.d.ts
vendored
1
signalr/signalr.d.ts
vendored
@@ -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