ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint 속성

정의

서비스에서 생성하는 원격 엔드포인트와의 최대 채널 수를 가져오거나 설정합니다.

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

속성 값

Int32

서비스에서 생성하는 원격 엔드포인트와의 최대 채널 수입니다.

특성

적용 대상