ConnectionManagementElement.MaxConnection 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원격 컴퓨터에 허용되는 최대 연결 수를 가져오거나 설정합니다.
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 속성입니다.
합니다 MaxConnection 당 속성이 WebRequest.ConnectionGroupName합니다. 애플리케이션 변경 되지 않는 경우 WebRequest.ConnectionGroupName 기본값에서 해당 MaxConnection 전체 애플리케이션 도메인에 속성이 적용 됩니다. 단일 애플리케이션 도메인을 애플리케이션에서 실행 중인 경우 해당 MaxConnection 속성 설정은 애플리케이션 수준입니다.