EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Struct MimeContentType

    Readonly MIME content-type. The main difference between this and ContentType is immutability and better serialization support Also, ContentType uses few weird constructs like TrackingStringDictionary which is not supported by CompareService

    Implements
    IEquatable<MimeContentType>
    Inherited Members
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: PoeShared.Modularity
    Assembly: PoeShared.dll
    Syntax
    public readonly struct MimeContentType : IEquatable<MimeContentType>

    Constructors

    Name Description
    MimeContentType(ContentType)
    MimeContentType(string)

    Properties

    Name Description
    MediaType

    Gets or sets the media type value included in the Content-Type header represented by this instance.

    Methods

    Name Description
    Equals(MimeContentType)
    Equals(object)
    GetHashCode()
    ToContentType()
    ToString()

    Operators

    Name Description
    operator ==(MimeContentType, MimeContentType)
    operator !=(MimeContentType, MimeContentType)

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    2025 © Xab3r. All rights reserved.