Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class HttpResponseMessageExtensions

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

Methods

View Source

ThrowIfRateLimitingError(HttpResponseMessage, string, ManagementErrorContext)

Declaration
public static void ThrowIfRateLimitingError(this HttpResponseMessage msg, string body, ManagementErrorContext ctx)
Parameters
Type Name Description
HttpResponseMessage msg
string body
ManagementErrorContext ctx
View Source

ThrowOnError(HttpResponseMessage, ManagementErrorContext)

Declaration
public static void ThrowOnError(this HttpResponseMessage msg, ManagementErrorContext ctx)
Parameters
Type Name Description
HttpResponseMessage msg
ManagementErrorContext ctx
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.