Compartilhar via


Http2Limits.MaxStreamsPerConnection Propriedade

Definição

Limita o número de fluxos de solicitações simultâneas por conexão HTTP/2. O excesso de fluxos será recusado.

O valor deve ser maior que 0, o padrão é 100 fluxos.

public:
 property int MaxStreamsPerConnection { int get(); void set(int value); };
public int MaxStreamsPerConnection { get; set; }
member this.MaxStreamsPerConnection : int with get, set
Public Property MaxStreamsPerConnection As Integer

Valor da propriedade

Aplica-se a