Compartir a través de


ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Propiedad

Definición

Obtiene o establece el número máximo de canales de un punto de conexión remoto iniciado por el servicio.

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 de propiedad

El número máximo de canales de un punto de conexión remoto iniciado por el servicio.

Atributos

Se aplica a