Table of Contents

Class HubConnectionOptions

Namespace
nanoFramework.SignalR.Client
Assembly
nanoFramework.SignalR.Client.dll

Options to use with a HubConnection object.

public class HubConnectionOptions : ClientWebSocketOptions
Inheritance
HubConnectionOptions
Inherited Members
Extension Methods

Constructors

HubConnectionOptions()

public HubConnectionOptions()

Properties

Reconnect

Set to true to enable automatic reconnect to the server.

public bool Reconnect { get; set; }

Property Value

bool

Remarks

Client will only reconnect if this is indicated by the server close message. This reconnect function is experimental and perhaps better handled elsewhere.