Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class NetworkResolution

    Specifies the network resolution strategy to use for alternative network; used in some container environments where there maybe internal and external addresses for connecting.

    Inheritance
    object
    NetworkResolution
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class NetworkResolution

    Fields

    | Edit this page View Source

    Auto

    Alternative addresses will be used if available. The default.

    Declaration
    public const string Auto = "auto"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Default

    Do not use alternative addresses. Uses the internal addresses.

    Declaration
    public const string Default = "default"
    Field Value
    Type Description
    string
    | Edit this page View Source

    External

    Use alternative addresses.

    Declaration
    public const string External = "external"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.