WebOperationContext.CreateTextResponse Method
Creates a text formatted message.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateTextResponse(String) | Creates a text formatted response message. |
|
CreateTextResponse(Action<TextWriter>, String) | Creates a text formatted message |
|
CreateTextResponse(String, String) | Creates a text formatted message. |
|
CreateTextResponse(Action<TextWriter>, String, Encoding) | Creates a text formatted message |
|
CreateTextResponse(String, String, Encoding) | Creates a text formatted message. |