NetPipeSection.MaxPendingConnections Propriedade
Definição
Obtém ou define o número máximo de conexões pendentes para este serviço de compartilhamento.Gets or sets the maximum number of pending connections for this sharing service.
public:
property int MaxPendingConnections { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingConnections { get; set; }
[System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxPendingConnections { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingConnections : int with get, set
[<System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer
Valor da propriedade
O número máximo de conexões pendentes para este serviço de compartilhamento.The maximum number of pending connections for this sharing service.
- Atributos