Table of Contents

Method WaitForFail

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

WaitForFail(TimeSpan)

Asynchronously waits for the connection to close before continuing execution with an maximum keep alive timeout. This method is released when either the client or the server reaches an sending failure.

public void WaitForFail(TimeSpan maximumIdleTolerance)

Parameters

maximumIdleTolerance TimeSpan

The maximum timeout interval for an idle connection to automatically release this method.