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

NetTcpRelayBindingElement.MaxConnections 属性

定义

从 App.config 文件中获取或设置一个值,该值指定服务分别创建和接受的最大出站和入站连接数。

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

属性值

在客户端上, 返回要池中供后续重用的最大连接数;返回允许挂起调度的最大连接数。

属性

适用于