LocalServiceSecuritySettingsElement.MaxPendingSessions 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스가 지원하는 보류 중 보안 세션의 최대 수를 지정하는 값을 가져오거나 설정합니다.
public:
property int MaxPendingSessions { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingSessions", DefaultValue=128)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingSessions { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingSessions", DefaultValue=128)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingSessions : int with get, set
Public Property MaxPendingSessions As Integer
속성 값
서비스가 지원하는 보류 중인 보안 세션의 최대 수입니다. 기본값은 1000입니다.
- 특성
설명
이 한도에 도달하면 모든 새 클라이언트가 SOAP 오류를 받습니다.