다음을 통해 공유


NetTcpSection.ListenBacklog 속성

정의

공유 연결로부터 받아서 WCF 서비스에 디스패치되기 전에 보유할 수 있는 활성 연결의 최대 수를 가져오거나 설정합니다.

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

속성 값

Int32

활성 연결의 최대 공유 연결 로부터 허용 되는 WCF 아직 발송 되지 않습니다. 기본값은 10입니다.

특성

적용 대상