Compartilhar via


ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Propriedade

Definição

Obtém ou define o número máximo de canais para um ponto de extremidade remoto iniciado pelo serviço.

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

Valor da propriedade

Int32

O número máximo de canais para um ponto de extremidade remoto iniciado pelo serviço.

Atributos

Aplica-se a