LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class Configuration

    Inheritance
    object
    Configuration
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public sealed class Configuration

    Fields

    DefaultBackoffResetThreshold

    Declaration
    public static readonly TimeSpan DefaultBackoffResetThreshold
    Field Value
    Type Description
    TimeSpan

    DefaultConnectionTimeout

    Declaration
    [Obsolete("Use DefaultResponseStartTimeout")]
    public static readonly TimeSpan DefaultConnectionTimeout
    Field Value
    Type Description
    TimeSpan

    DefaultInitialRetryDelay

    Declaration
    public static readonly TimeSpan DefaultInitialRetryDelay
    Field Value
    Type Description
    TimeSpan

    DefaultLoggerName

    Declaration
    public const string DefaultLoggerName = "EventSource"
    Field Value
    Type Description
    string

    DefaultMaxRetryDelay

    Declaration
    public static readonly TimeSpan DefaultMaxRetryDelay
    Field Value
    Type Description
    TimeSpan

    DefaultReadTimeout

    Declaration
    public static readonly TimeSpan DefaultReadTimeout
    Field Value
    Type Description
    TimeSpan

    DefaultResponseStartTimeout

    Declaration
    public static readonly TimeSpan DefaultResponseStartTimeout
    Field Value
    Type Description
    TimeSpan

    Properties

    BackoffResetThreshold

    Declaration
    public TimeSpan BackoffResetThreshold { get; }
    Property Value
    Type Description
    TimeSpan

    ConnectionTimeout

    Declaration
    [Obsolete("Use ResponseStartTimeout")]
    public TimeSpan ConnectionTimeout { get; }
    Property Value
    Type Description
    TimeSpan

    HttpClient

    Declaration
    public HttpClient HttpClient { get; }
    Property Value
    Type Description
    HttpClient

    HttpMessageHandler

    Declaration
    public HttpMessageHandler HttpMessageHandler { get; }
    Property Value
    Type Description
    HttpMessageHandler

    HttpRequestModifier

    Declaration
    public Action<HttpRequestMessage> HttpRequestModifier { get; }
    Property Value
    Type Description
    Action<HttpRequestMessage>

    InitialRetryDelay

    Declaration
    public TimeSpan InitialRetryDelay { get; }
    Property Value
    Type Description
    TimeSpan

    LastEventId

    Declaration
    public string LastEventId { get; }
    Property Value
    Type Description
    string

    Logger

    Declaration
    public Logger Logger { get; }
    Property Value
    Type Description
    Logger

    MaxRetryDelay

    Declaration
    public TimeSpan MaxRetryDelay { get; }
    Property Value
    Type Description
    TimeSpan

    Method

    Declaration
    public HttpMethod Method { get; }
    Property Value
    Type Description
    HttpMethod

    PreferDataAsUtf8Bytes

    Declaration
    public bool PreferDataAsUtf8Bytes { get; }
    Property Value
    Type Description
    bool

    ReadTimeout

    Declaration
    public TimeSpan ReadTimeout { get; }
    Property Value
    Type Description
    TimeSpan

    RequestBodyFactory

    Declaration
    public Func<HttpContent> RequestBodyFactory { get; }
    Property Value
    Type Description
    Func<HttpContent>

    RequestHeaders

    Declaration
    public IDictionary<string, string> RequestHeaders { get; }
    Property Value
    Type Description
    IDictionary<string, string>

    ResponseStartTimeout

    Declaration
    public TimeSpan ResponseStartTimeout { get; }
    Property Value
    Type Description
    TimeSpan

    Uri

    Declaration
    public Uri Uri { get; }
    Property Value
    Type Description
    Uri

    Methods

    Builder(Uri)

    Declaration
    public static ConfigurationBuilder Builder(Uri uri)
    Parameters
    Type Name Description
    Uri uri
    Returns
    Type Description
    ConfigurationBuilder
    In this article
    Back to top Generated by DocFX