Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class NetworkTypes

Inheritance
object
NetworkTypes
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
[Obsolete("Use Couchbase.NetworkResolution")]
public static class NetworkTypes

Fields

View Source

Auto

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

Default

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

External

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.