Couchbase .NET SDK __CB_SDK_VERSION__

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.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase
Assembly: Couchbase.NetClient.dll
Syntax
public static class NetworkResolution

Fields

View Source

Auto

Alternative addresses will be used if available. The default.

Declaration
public const string Auto = "auto"
Field Value
Type Description
string
View Source

Default

Do not use alternative addresses. Uses the internal addresses.

Declaration
public const string Default = "default"
Field Value
Type Description
string
View Source

External

Use alternative addresses.

Declaration
public const string External = "external"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.