Table of Contents

Class GlowSignalRClientOptions

Namespace
Phoesion.Glow.SDK.Client.SignalR
Assembly
Phoesion.Glow.SDK.Client.SignalR.dll
public class GlowSignalRClientOptions : IGlowSignalRClientOptions, IGlowClientOptions
Inheritance
object
GlowSignalRClientOptions
Implements

Properties

AutoReconnect

public bool AutoReconnect { get; set; }

Property Value

bool

DefaultIgnoreCondition

public JsonIgnoreCondition DefaultIgnoreCondition { get; set; }

Property Value

JsonIgnoreCondition

DictionaryKeyPolicy

public JsonNamingPolicy? DictionaryKeyPolicy { get; set; }

Property Value

JsonNamingPolicy

MessagePackSerializerOptions

public MessagePackSerializerOptions MessagePackSerializerOptions { get; set; }

Property Value

MessagePackSerializerOptions

PropertyNamingPolicy

public JsonNamingPolicy? PropertyNamingPolicy { get; set; }

Property Value

JsonNamingPolicy

ReconnectDelays

public TimeSpan[]? ReconnectDelays { get; set; }

Property Value

TimeSpan[]

ServerUrl

public string? ServerUrl { get; set; }

Property Value

string

StatefulReconnect

public bool StatefulReconnect { get; set; }

Property Value

bool

Transports

public HttpTransportType Transports { get; set; }

Property Value

HttpTransportType

UseMessagePackProtocol

public bool UseMessagePackProtocol { get; set; }

Property Value

bool