Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / BannedIP Class / BannedIP Constructor / BannedIP Constructor(Store,Int64,Int64)
The value of store
The value of iprangestart
The value of iprangeend
In This Topic
    BannedIP Constructor(Store,Int64,Int64)
    In This Topic
    Initializes a new instance of the BannedIP class.
    Syntax
    public BannedIP( 
       Store store,
       long iprangestart,
       long iprangeend
    )

    Parameters

    store
    The value of store
    iprangestart
    The value of iprangestart
    iprangeend
    The value of iprangeend
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also