Search Results for

    Show / Hide Table of Contents

    Class ClientTlsTiming

    Captures the timing of the client-facing (browser-to-proxy) TLS handshake performed while decrypting an HTTPS tunnel. Only populated when EnableRequestTimingCapture is enabled; otherwise no instance is ever allocated.

    Inheritance
    object
    ClientTlsTiming
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Titanium.Web.Proxy.Diagnostics
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public sealed class ClientTlsTiming

    Properties

    | Edit this page View Source

    CompletedAt

    When the TLS handshake with the client completed successfully. Null if it failed.

    Declaration
    public DateTime? CompletedAt { get; }
    Property Value
    Type Description
    DateTime?
    | Edit this page View Source

    HandshakeDuration

    How long the handshake took. Null until it has completed.

    Declaration
    public TimeSpan? HandshakeDuration { get; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    StartedAt

    When the proxy started authenticating itself to the client as a TLS server.

    Declaration
    public DateTime StartedAt { get; }
    Property Value
    Type Description
    DateTime
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX