Share via


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.

public TimeSpan TransportSendTimeout { get; set; }
member this.TransportSendTimeout : TimeSpan with get, set
Public Property TransportSendTimeout As TimeSpan

Property Value

Remarks

The default timeout is 10 seconds.

Applies to