HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Timings Class / SSLHandshake Property

In This Topic
    SSLHandshake Property (Timings)
    In This Topic
    Returns a Timing object that represents the SSL Hanshake time.
    Syntax
    'Declaration
     
    Public ReadOnly Property SSLHandshake As Timing
    public Timing SSLHandshake {get;}
    Example

    SSLHandshake is the additional time required to setup an SSL session between the browser and the web server after a TCP connection has been created.

    Requirements
     
    See Also