Share via


ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Proprietà

Definizione

Ottiene o imposta il numero massimo di canali a un endpoint remoto iniziati dal servizio.

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

Valore della proprietà

Numero massimo di canali a un endpoint remoto iniziati dal servizio.

Attributi

Si applica a