Search Results for

    Show / Hide Table of Contents

    Class JsonMimeTypes

    class holding mime type defines used by client and server.

    Inheritance
    System.Object
    JsonMimeTypes
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.JsonConverters
    Assembly: TimeCockpit.Data.dll
    Syntax
    public static class JsonMimeTypes

    Fields

    MimeTypeJson

    standard, non-compressed mime type

    Declaration
    public static readonly string MimeTypeJson
    Field Value
    Type Description
    System.String

    MimeTypeJsonCompressed

    compressed json.

    Declaration
    public static readonly string MimeTypeJsonCompressed
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2025 software architects gmbh