Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderItemDigitalGood Class / RecordDownload Method
Remote IP of the user downloading
HTTP User Agent (e.g; Browser) downloading
The HTTP Referrer
In This Topic
    RecordDownload Method
    In This Topic
    Records a new download for this digital good
    Syntax
    public virtual void RecordDownload( 
       string remoteIP,
       string userAgent,
       string referrer
    )

    Parameters

    remoteIP
    Remote IP of the user downloading
    userAgent
    HTTP User Agent (e.g; Browser) downloading
    referrer
    The HTTP Referrer
    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