Share via


ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Vlastnost

Definice

Získá nebo nastaví maximální počet kanálů na vzdálený koncový bod iniciovaný službou.

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

Hodnota vlastnosti

Maximální počet kanálů do vzdáleného koncového bodu iniciovaného službou.

Atributy

Platí pro