Search Results for

    Show / Hide Table of Contents

    Class UrlCache

    Inheritance
    object
    UrlCache
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions.Cache
    Assembly: Mapsui.Extensions.dll
    Syntax
    public class UrlCache

    Properties

    | Edit this page View Source

    Compression

    Declaration
    public string Compression { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Created

    Declaration
    public DateTime Created { get; set; }
    Property Value
    Type Description
    DateTime
    | Edit this page View Source

    Data

    Declaration
    public byte[]? Data { get; set; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    PostData

    Declaration
    public byte[]? PostData { get; set; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX