MultiPartWriter.BeginResponse Method

Definition

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

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

Remarks

The BeginResponse method must be called by the page only once, before calling the BeginFile method, and before rendering the page.

Applies to

See also