QuicConnectionOptions.HandshakeTimeout Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.