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

属性值

由服务启动的通往远程终结点的最大通道数。

属性

适用于