| Package | Description |
|---|---|
| microsoft.aspnet.signalr.client | |
| microsoft.aspnet.signalr.client.transport |
| Modifier and Type | Method and Description |
|---|---|
SignalRFuture<Void> |
ConnectionBase.start(ClientTransport transport)
Starts the connection
|
SignalRFuture<Void> |
Connection.start(ClientTransport transport) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutomaticTransport
ClientTransport implementation that selects the best available transport
|
class |
HttpClientTransport
ClientTransport base implementation over Http
|
class |
LongPollingTransport
HttpClientTransport implementation over long polling
|
class |
ServerSentEventsTransport
HttpClientTransport implementation over Server Sent Events implementation
|
class |
WebsocketTransport
Implements the WebsocketTransport for the Java SignalR library
Created by stas on 07/07/14.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TransportHelper.getReceiveQueryString(ClientTransport transport,
ConnectionBase connection)
Creates the query string used on receive
|
static String |
TransportHelper.getSendQueryString(ClientTransport transport,
ConnectionBase connection)
Creates the query string used on sending
|
Copyright © 2019. All rights reserved.