HubConnectionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures options for the HubConnection.
public sealed class HubConnectionOptions
type HubConnectionOptions = class
Public NotInheritable Class HubConnectionOptions
- Inheritance
-
HubConnectionOptions
Constructors
HubConnectionOptions() |
Properties
KeepAliveInterval |
Configures KeepAliveInterval for the HubConnection. |
ServerTimeout |
Configures ServerTimeout for the HubConnection. |
StatefulReconnectBufferSize |
Amount of serialized messages in bytes we'll buffer when using Stateful Reconnect until applying backpressure to sends from the client. |