Udostępnij za pośrednictwem


WebOperationContext.CreateTextResponse Metoda

Definicja

Tworzy tekst sformatowany komunikat.

Przeciążenia

CreateTextResponse(String, String, Encoding)

Tworzy tekst sformatowany komunikat.

CreateTextResponse(String, String)

Tworzy tekst sformatowany komunikat.

CreateTextResponse(Action<TextWriter>, String, Encoding)

Tworzy tekst sformatowany komunikat.

CreateTextResponse(String)

Tworzy tekst sformatowany komunikat odpowiedzi.

CreateTextResponse(Action<TextWriter>, String)

Tworzy tekst sformatowany komunikat.

CreateTextResponse(String, String, Encoding)

Tworzy tekst sformatowany komunikat.

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

Tekst do zapisu w wiadomości.

contentType
String

Typ zawartości wiadomości.

encoding
Encoding

Kodowanie do użycia.

Zwraca

Tekst sformatowany komunikat.

Dotyczy

CreateTextResponse(String, String)

Tworzy tekst sformatowany komunikat.

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

Tekst do zapisu w wiadomości.

contentType
String

Typ zawartości wiadomości.

Zwraca

Tekst sformatowany komunikat.

Dotyczy

CreateTextResponse(Action<TextWriter>, String, Encoding)

Tworzy tekst sformatowany komunikat.

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>

Delegat, który zapisuje dane tekstowe.

contentType
String

Typ zawartości wiadomości.

encoding
Encoding

Kodowanie do użycia.

Zwraca

Tekst sformatowany komunikat.

Dotyczy

CreateTextResponse(String)

Tworzy tekst sformatowany komunikat odpowiedzi.

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

Tekst do zapisu w wiadomości.

Zwraca

Tekst sformatowany komunikat.

Dotyczy

CreateTextResponse(Action<TextWriter>, String)

Tworzy tekst sformatowany komunikat.

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>

Delegat, który zapisuje dane tekstowe.

contentType
String

Typ zawartości komunikatu.

Zwraca

Tekst sformatowany komunikat.

Dotyczy