Compartilhar via


Http2Limits.KeepAlivePingTimeout Propriedade

Definição

Obtém ou define o tempo limite do ping de keep alive. Os pings keep alive são enviados quando um período de inatividade excede o valor configurado KeepAlivePingDelay . O servidor fechará a conexão se não receber nenhum quadro dentro do tempo limite.

O tempo limite deve ser maior ou igual a 1 segundo. Defina como MaxValue para desabilitar o tempo limite de ping keep alive. O padrão é 20 segundos.

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

Valor da propriedade

Aplica-se a