HttpResponseWrapper::Write Method

 

Writes information to the HTTP response output stream.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodWrite(Char)

Writes a character to an HTTP response output stream.(Overrides HttpResponseBase::Write(Char).)

System_CAPS_pubmethodWrite(array<Char>^, Int32, Int32)

Writes the specified array of characters to the HTTP response output stream.(Overrides HttpResponseBase::Write(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodWrite(Object^)

Writes the specified object to the HTTP response stream.(Overrides HttpResponseBase::Write(Object^).)

System_CAPS_pubmethodWrite(String^)

Writes the specified string to the HTTP response output stream.(Overrides HttpResponseBase::Write(String^).)

Return to top
Show: