Search Results for

    Show / Hide Table of Contents

    Class ProxyTimeoutException

    Thrown when a configured proxy timeout elapses. Surfaced through Titanium.Web.Proxy.Logging.ProxyDiagnostics so callers can distinguish connect, response-header, idle, and total request deadlines.

    Inheritance
    object
    Exception
    ProxyException
    ProxyTimeoutException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Titanium.Web.Proxy.Exceptions
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class ProxyTimeoutException : ProxyException, ISerializable

    Constructors

    | Edit this page View Source

    ProxyTimeoutException(string, ProxyTimeoutKind, Exception?)

    Initializes a new instance of the ProxyTimeoutException class.

    Declaration
    public ProxyTimeoutException(string message, ProxyTimeoutKind kind, Exception? innerException = null)
    Parameters
    Type Name Description
    string message

    Exception message.

    ProxyTimeoutKind kind

    Which timeout elapsed.

    Exception innerException

    Optional inner exception (typically OperationCanceledException).

    Properties

    | Edit this page View Source

    Kind

    Which configured timeout elapsed.

    Declaration
    public ProxyTimeoutKind Kind { get; }
    Property Value
    Type Description
    ProxyTimeoutKind

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX