This documentation is archived and is not being maintained.

HttpWriter.Close Method

Sends all buffered output to the HTTP output stream and closes the socket connection.

[Visual Basic]
Overrides Public Sub Close()
[C#]
public override void Close();
[C++]
public: void Close();
[JScript]
public override function Close();

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpWriter Class | HttpWriter Members | System.Web Namespace

Show: