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

NetTcpRelayBindingElement.ListenBacklog 属性

定义

获取或设置 App.config 文件中的值,该值指定侦听器上可等待接受的最大通道数。

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

属性值

返回可挂起的最大排队连接请求数。 默认值为 10。

属性

适用于