ng2-signalr
Version:
angular2 signalr library
10 lines (9 loc) • 416 B
TypeScript
import { ConnectionTransport } from './connection.transport';
export declare class ConnectionTransports {
private static transports;
static readonly foreverFrame: ConnectionTransport;
static readonly longPolling: ConnectionTransport;
static readonly serverSentEvents: ConnectionTransport;
static readonly webSockets: ConnectionTransport;
static readonly auto: ConnectionTransport;
}