MultiPartWriter.EndFile Method

Definition

Ends a response file. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 abstract void EndFile();
public abstract void EndFile ();
abstract member EndFile : unit -> unit
Public MustOverride Sub EndFile ()

Remarks

The page adapter must call this method after rendering the page, but before calling the EndResponse method.

Applies to

See also