Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / DownloadHelper Class / SendFileDataToClient Method / SendFileDataToClient(HttpContext,DigitalGood) Method
Http context to get the request details and the response object for sending the data
The digital good of which to send the data
In This Topic
    SendFileDataToClient(HttpContext,DigitalGood) Method
    In This Topic
    Sends file data for the given digital good to the http client.
    Syntax
    public static void SendFileDataToClient( 
       HttpContext context,
       DigitalGood digitalGood
    )

    Parameters

    context
    Http context to get the request details and the response object for sending the data
    digitalGood
    The digital good of which to send the data
    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