HttpsConnectionAdapterOptions.HandshakeTimeout Property

Definition

Specifies the maximum amount of time allowed for the TLS/SSL handshake. This must be positive or InfiniteTimeSpan. Defaults to 10 seconds.

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

Property Value

Applies to