IisTraceListener::Write Method
Writes a message, a category name, or the value of an object's ToString method to the output of the IisTraceListener class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Write(Object^) | Writes the value of the object's ToString method to the listener you create when you implement the TraceListener class.(Inherited from TraceListener.) |
![]() | Write(Object^, String^) | Writes a category name and the value of the object's ToString method to the listener you create when you implement the TraceListener class.(Inherited from TraceListener.) |
![]() | Write(String^) | Writes the specified message to the output of the IisTraceListener class.(Overrides TraceListener::Write(String^).) |
![]() | Write(String^, String^) | Writes the specified message and the specified category name to the output of the IisTraceListener class.(Overrides TraceListener::Write(String^, String^).) |
Write is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
