Interface IGlowSignalRClientOptions
public interface IGlowSignalRClientOptions : IGlowClientOptions
Properties
AutoReconnect
bool AutoReconnect { get; set; }
Property Value
DefaultIgnoreCondition
JsonIgnoreCondition DefaultIgnoreCondition { get; set; }
Property Value
DictionaryKeyPolicy
JsonNamingPolicy? DictionaryKeyPolicy { get; set; }
Property Value
PropertyNamingPolicy
JsonNamingPolicy? PropertyNamingPolicy { get; set; }
Property Value
ReconnectDelays
TimeSpan[]? ReconnectDelays { get; set; }
Property Value
- TimeSpan[]
ServerUrl
string? ServerUrl { get; set; }
Property Value
Transports
HttpTransportType Transports { get; set; }
Property Value
UseMessagePackProtocol
bool UseMessagePackProtocol { get; set; }