This documentation is archived and is not being maintained.

HttpResponse.Write Method (Char)

.NET Framework 1.1

Writes a character to an HTTP output content stream.

[Visual Basic]
Overloads Public Sub Write( _
   ByVal ch As Char _
)
[C#]
public void Write(
 char ch
);
[C++]
public: void Write(
 __wchar_t ch
);
[JScript]
public function Write(
   ch : Char
);

Parameters

ch
The character to write to the HTTP output stream.

Requirements

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

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace | HttpResponse.Write Overload List

Show: