Table of Contents

Class BriskServices

Namespace
Coherence.Brisk
Assembly
Coherence.Brisk.dll
public class BriskServices
Inheritance
BriskServices

Constructors

BriskServices()

public BriskServices()

Properties

ConnectionTimerProvider

public Func<IStopwatch> ConnectionTimerProvider { get; set; }

Property Value

Func<IStopwatch>

Default

public static BriskServices Default { get; }

Property Value

BriskServices

KeepAliveProvider

public Func<bool> KeepAliveProvider { get; set; }

Property Value

Func<bool>

SendTimerProvider

public Func<IStopwatch> SendTimerProvider { get; set; }

Property Value

Func<IStopwatch>