Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class MediaType

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

    Fields

    | Edit this page View Source

    Form

    Declaration
    public const string Form = "application/x-www-form-urlencoded"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Json

    Declaration
    public const string Json = "application/json"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.