WebOperationContext.CreateStreamResponse Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy sformatowany strumień komunikatu.
Przeciążenia
CreateStreamResponse(Action<Stream>, String) |
Tworzy sformatowany strumień komunikatu. |
CreateStreamResponse(Stream, String) |
Tworzy sformatowany strumień komunikatu. |
CreateStreamResponse(StreamBodyWriter, String) |
Tworzy sformatowany strumień komunikatu. |
CreateStreamResponse(Action<Stream>, String)
Tworzy sformatowany strumień komunikatu.
public:
System::ServiceModel::Channels::Message ^ CreateStreamResponse(Action<System::IO::Stream ^> ^ streamWriter, System::String ^ contentType);
public System.ServiceModel.Channels.Message CreateStreamResponse (Action<System.IO.Stream> streamWriter, string contentType);
member this.CreateStreamResponse : Action<System.IO.Stream> * string -> System.ServiceModel.Channels.Message
Public Function CreateStreamResponse (streamWriter As Action(Of Stream), contentType As String) As Message
Parametry
Składnik zapisywania strumienia zawierający dane do zapisu w strumieniu.
- contentType
- String
Typ zawartości komunikatu.
Zwraca
Komunikat sformatowany strumieniowo.
Dotyczy
CreateStreamResponse(Stream, String)
Tworzy sformatowany strumień komunikatu.
public:
System::ServiceModel::Channels::Message ^ CreateStreamResponse(System::IO::Stream ^ stream, System::String ^ contentType);
public System.ServiceModel.Channels.Message CreateStreamResponse (System.IO.Stream stream, string contentType);
member this.CreateStreamResponse : System.IO.Stream * string -> System.ServiceModel.Channels.Message
Public Function CreateStreamResponse (stream As Stream, contentType As String) As Message
Parametry
- stream
- Stream
Strumień zawierający dane do zapisu w strumieniu.
- contentType
- String
Typ zawartości wiadomości.
Zwraca
Komunikat sformatowany strumieniowo.
Dotyczy
CreateStreamResponse(StreamBodyWriter, String)
Tworzy sformatowany strumień komunikatu.
public:
System::ServiceModel::Channels::Message ^ CreateStreamResponse(System::ServiceModel::Channels::StreamBodyWriter ^ bodyWriter, System::String ^ contentType);
public System.ServiceModel.Channels.Message CreateStreamResponse (System.ServiceModel.Channels.StreamBodyWriter bodyWriter, string contentType);
member this.CreateStreamResponse : System.ServiceModel.Channels.StreamBodyWriter * string -> System.ServiceModel.Channels.Message
Public Function CreateStreamResponse (bodyWriter As StreamBodyWriter, contentType As String) As Message
Parametry
- bodyWriter
- StreamBodyWriter
Składnik zapisywania treści strumienia zawierający dane do zapisu w wiadomości.
- contentType
- String
Typ zawartości wiadomości.
Zwraca
Komunikat sformatowany strumieniowo.