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

SocketConnectionPoolSettingsElement 类

定义

表示一个配置元素,该元素为 TCP 传输指定附加连接池设置。 此类不能被继承。

public sealed class SocketConnectionPoolSettingsElement : System.Configuration.ConfigurationElement
type SocketConnectionPoolSettingsElement = class
    inherit ConfigurationElement
Public NotInheritable Class SocketConnectionPoolSettingsElement
Inherits ConfigurationElement
继承
SocketConnectionPoolSettingsElement

构造函数

SocketConnectionPoolSettingsElement()

初始化 SocketConnectionPoolSettingsElement 类的新实例。

属性

GroupName

获取或设置用于传出通道的连接池的名称。

IdleTimeout

获取或设置连接在断开连接之前可以空闲的最长时间。

LeaseTimeout

获取或设置关闭活动连接之前所要经过的持续时间。

MaxOutboundConnectionsPerEndpoint

获取或设置由服务启动的通往远程终结点的最大连接数。

适用于