Table of Contents

Method WithPing

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

WithPing(Action<HttpStreamPingPolicy>)

Configures the ping policy for this instance of HTTP Event Source.

public void WithPing(Action<HttpStreamPingPolicy> act)

Parameters

act Action<HttpStreamPingPolicy>

The method that runs on the ping policy for this HTTP Event Source.