| Package | Description |
|---|---|
| microsoft.aspnet.signalr.client.transport |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SignalRFuture<Void> |
WebsocketTransport.start(ConnectionBase connection,
ConnectionType connectionType,
DataResultCallback callback) |
SignalRFuture<Void> |
ServerSentEventsTransport.start(ConnectionBase connection,
ConnectionType connectionType,
DataResultCallback callback) |
SignalRFuture<Void> |
LongPollingTransport.start(ConnectionBase connection,
ConnectionType connectionType,
DataResultCallback callback) |
SignalRFuture<Void> |
ClientTransport.start(ConnectionBase connection,
ConnectionType connectionType,
DataResultCallback callback)
Starts the transport
|
SignalRFuture<Void> |
AutomaticTransport.start(ConnectionBase connection,
ConnectionType connectionType,
DataResultCallback callback) |
Copyright © 2019. All rights reserved.