Skip to main content
A newer version of this page is available. .

CustomWriteToResponseEventArgs(MemoryStream, String) Constructor

Initializes a new instance of the CustomWriteToResponseEventArgs class.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public CustomWriteToResponseEventArgs(
    MemoryStream stream,
    string fileName
)

Parameters

Name Type Description
stream MemoryStream

A System.IO.MemoryStream object that is a stream that will be sent to a client’s browser.

fileName String

A string that is the name of the file to be saved.

See Also