Table of Contents

Interface IGlowSignalRClientOptions

Namespace
Phoesion.Glow.SDK.Client.SignalR
Assembly
Phoesion.Glow.SDK.Client.SignalR.dll
public interface IGlowSignalRClientOptions : IGlowClientOptions

Properties

AutoReconnect

bool AutoReconnect { get; set; }

Property Value

bool

DefaultIgnoreCondition

JsonIgnoreCondition DefaultIgnoreCondition { get; set; }

Property Value

JsonIgnoreCondition

DictionaryKeyPolicy

JsonNamingPolicy? DictionaryKeyPolicy { get; set; }

Property Value

JsonNamingPolicy

PropertyNamingPolicy

JsonNamingPolicy? PropertyNamingPolicy { get; set; }

Property Value

JsonNamingPolicy

ReconnectDelays

TimeSpan[]? ReconnectDelays { get; set; }

Property Value

TimeSpan[]

ServerUrl

string? ServerUrl { get; set; }

Property Value

string

Transports

HttpTransportType Transports { get; set; }

Property Value

HttpTransportType

UseMessagePackProtocol

bool UseMessagePackProtocol { get; set; }

Property Value

bool