WebOperationContext.CreateTextResponse Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří text formátovanou zprávu.
Přetížení
CreateTextResponse(String, String, Encoding) |
Vytvoří text formátovanou zprávu. |
CreateTextResponse(String, String) |
Vytvoří text formátovanou zprávu. |
CreateTextResponse(Action<TextWriter>, String, Encoding) |
Vytvoří text formátovanou zprávu. |
CreateTextResponse(String) |
Vytvoří textovou formátovanou zprávu odpovědi. |
CreateTextResponse(Action<TextWriter>, String) |
Vytvoří text formátovanou zprávu. |
CreateTextResponse(String, String, Encoding)
Vytvoří text formátovanou zprávu.
public:
System::ServiceModel::Channels::Message ^ CreateTextResponse(System::String ^ text, System::String ^ contentType, System::Text::Encoding ^ encoding);
public System.ServiceModel.Channels.Message CreateTextResponse (string text, string contentType, System.Text.Encoding encoding);
member this.CreateTextResponse : string * string * System.Text.Encoding -> System.ServiceModel.Channels.Message
Public Function CreateTextResponse (text As String, contentType As String, encoding As Encoding) As Message
Parametry
- text
- String
Text pro zápis do zprávy.
- contentType
- String
Typ obsahu zprávy.
- encoding
- Encoding
Kódování, které se má použít.
Návraty
Text formátovaná zpráva
Platí pro
CreateTextResponse(String, String)
Vytvoří text formátovanou zprávu.
public:
System::ServiceModel::Channels::Message ^ CreateTextResponse(System::String ^ text, System::String ^ contentType);
public System.ServiceModel.Channels.Message CreateTextResponse (string text, string contentType);
member this.CreateTextResponse : string * string -> System.ServiceModel.Channels.Message
Public Function CreateTextResponse (text As String, contentType As String) As Message
Parametry
- text
- String
Text pro zápis do zprávy.
- contentType
- String
Typ obsahu zprávy.
Návraty
Text formátovaná zpráva
Platí pro
CreateTextResponse(Action<TextWriter>, String, Encoding)
Vytvoří text formátovanou zprávu.
public:
System::ServiceModel::Channels::Message ^ CreateTextResponse(Action<System::IO::TextWriter ^> ^ textWriter, System::String ^ contentType, System::Text::Encoding ^ encoding);
public System.ServiceModel.Channels.Message CreateTextResponse (Action<System.IO.TextWriter> textWriter, string contentType, System.Text.Encoding encoding);
member this.CreateTextResponse : Action<System.IO.TextWriter> * string * System.Text.Encoding -> System.ServiceModel.Channels.Message
Public Function CreateTextResponse (textWriter As Action(Of TextWriter), contentType As String, encoding As Encoding) As Message
Parametry
- textWriter
- Action<TextWriter>
Delegát, který zapisuje textová data.
- contentType
- String
Typ obsahu zprávy.
- encoding
- Encoding
Kódování, které se má použít.
Návraty
Text formátovaná zpráva
Platí pro
CreateTextResponse(String)
Vytvoří textovou formátovanou zprávu odpovědi.
public:
System::ServiceModel::Channels::Message ^ CreateTextResponse(System::String ^ text);
public System.ServiceModel.Channels.Message CreateTextResponse (string text);
member this.CreateTextResponse : string -> System.ServiceModel.Channels.Message
Public Function CreateTextResponse (text As String) As Message
Parametry
- text
- String
Text pro zápis do zprávy.
Návraty
Text formátovaná zpráva
Platí pro
CreateTextResponse(Action<TextWriter>, String)
Vytvoří text formátovanou zprávu.
public:
System::ServiceModel::Channels::Message ^ CreateTextResponse(Action<System::IO::TextWriter ^> ^ textWriter, System::String ^ contentType);
public System.ServiceModel.Channels.Message CreateTextResponse (Action<System.IO.TextWriter> textWriter, string contentType);
member this.CreateTextResponse : Action<System.IO.TextWriter> * string -> System.ServiceModel.Channels.Message
Public Function CreateTextResponse (textWriter As Action(Of TextWriter), contentType As String) As Message
Parametry
- textWriter
- Action<TextWriter>
Delegát, který zapisuje textová data.
- contentType
- String
Typ obsahu zprávy.
Návraty
Text formátovaná zpráva