Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

CustomWriteToResponseEventArgs(MemoryStream, String) Constructor

Initializes a new instance of the CustomWriteToResponseEventArgs class.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

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