Class HttpResponseMessageExtensions
Inheritance
HttpResponseMessageExtensions
Assembly: Couchbase.NetClient.dll
Syntax
public static class HttpResponseMessageExtensions
Methods
|
Edit this page
View Source
ThrowIfRateLimitingError(HttpResponseMessage, string, ManagementErrorContext)
Declaration
public static void ThrowIfRateLimitingError(this HttpResponseMessage msg, string body, ManagementErrorContext ctx)
Parameters
|
Edit this page
View Source
ThrowOnError(HttpResponseMessage, ManagementErrorContext)
Declaration
public static void ThrowOnError(this HttpResponseMessage msg, ManagementErrorContext ctx)
Parameters