Unosquare
    Show / Hide Table of Contents

    Class BanInfo

    Contains information about the ban of an IP address.

    Inheritance
    Object
    BanInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: EmbedIO.Security
    Syntax
    public class BanInfo

    Properties

    ExpiresAt

    Gets or sets the expiration time of the ban.

    Declaration
    public long ExpiresAt { get; set; }
    Property Value
    Type Description
    Int64

    IPAddress

    Gets or sets the banned IP address.

    Declaration
    public IPAddress IPAddress { get; set; }
    Property Value
    Type Description
    IPAddress

    IsExplicit

    Gets or sets a value indicating whether this instance was explicitly banned.

    Declaration
    public bool IsExplicit { get; set; }
    Property Value
    Type Description
    Boolean

    Comments

    Back to top Copyright © 2017-2019 Unosquare