Click or drag to resize

SdkConfigurationLiveFeedClientAliveMsgTimeout Property

Client alive message timeout.

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan ClientAliveMsgTimeout { get; }

Property Value

TimeSpan
Remarks
TimeSpan.Zero means default timeout will be used. BEWARE: there is probably no need to change it unless the protocol updates.
See Also