你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionOrientedTransportElement.MaxPendingConnections 属性

定义

获取或设置最大挂起连接数。

[System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingConnections { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

属性值

最大挂起连接数。

属性

适用于