Table of Contents

Method Start

Namespace
Sisk.Core.Http.Streams
Assembly
Sisk.Core.dll

Start()

Starts sending periodic pings to the client.

public void Start()

Start(string, TimeSpan)

Configures and starts sending periodic pings to the client.

public void Start(string dataMessage, TimeSpan interval)

Parameters

dataMessage string

The payload message that is sent to the server as a ping message.

interval TimeSpan

The sending interval for each ping message.