HttpConnectionDispatcherOptions.TransportSendTimeout Property

Definition

Gets or sets the amount of time the transport will wait for a send to complete. If a single send exceeds this timeout the connection is closed.

C#
public TimeSpan TransportSendTimeout { get; set; }

Property Value

Remarks

The default timeout is 10 seconds.

Applies to

Product Versions
ASP.NET Core 6.0, 7.0, 8.0, 9.0