Table of Contents

Property MaxAttempts

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

MaxAttempts

Gets or sets the maximum number of attempts to send a failed message before the server closes the connection. Set it to -1 to don't close the connection on failed attempts.

public int MaxAttempts { get; set; }

Property Value

int