ConnectionManagementElement.MaxConnection 属性

定义

获取或设置到远程计算机的最大连接数。

public:
 property int MaxConnection { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxconnection", DefaultValue=1, IsRequired=true)]
public int MaxConnection { get; set; }
[<System.Configuration.ConfigurationProperty("maxconnection", DefaultValue=1, IsRequired=true)>]
member this.MaxConnection : int with get, set
Public Property MaxConnection As Integer

属性值

一个指定最大连接数的整数。

属性

注解

此属性指定允许在本地计算机和远程计算机之间同时建立多少个连接。 使用 Address 属性指定远程计算机。

属性 MaxConnectionWebRequest.ConnectionGroupName。 如果应用程序未从默认值更改 WebRequest.ConnectionGroupName ,则 MaxConnection 属性将应用于整个应用程序域。 如果应用程序中仅运行单个应用程序域,则 MaxConnection 属性设置为应用程序范围。

适用于