HttpConnectionDispatcherOptions.TransportSendTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.