Partager via


QuicConnectionOptions.HandshakeTimeout Propriété

Définition

Obtient ou définit la limite supérieure à l’heure à laquelle la négociation doit se terminer. Si la négociation n’est pas terminée dans ce temps, la connexion est abandonnée.

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

Valeur de propriété

Limite supérieure à l’heure à laquelle la négociation doit se terminer. La valeur par défaut est de 10 secondes.

Remarques

Une valeur de Zero signifie utiliser le délai d’expiration par défaut de l’implémentation sous-jacente.

S’applique à