Share via


ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Propriété

Définition

Obtient ou définit le nombre maximal de canaux à un point de terminaison distant initialisé par le service.

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

Valeur de propriété

Le nombre maximal de canaux à un point de terminaison distant initialisé par le service.

Attributs

S’applique à