HttpConnectionDispatcherOptions.TransportSendTimeout 属性

定义

获取或设置传输等待发送完成的时间。 如果单个发送超过此超时,则连接将关闭。

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

属性值

注解

默认超时为 10 秒。

适用于