Bagikan melalui


IRequestHandler.ProcessRequestForMessage(Stream) Metode

Definisi

Menyediakan titik masuk untuk permintaan tersebut.

public:
 System::ServiceModel::Channels::Message ^ ProcessRequestForMessage(System::IO::Stream ^ messageBody);
[System.ServiceModel.OperationContract]
[System.ServiceModel.Web.WebInvoke(Method="*", UriTemplate="*")]
public System.ServiceModel.Channels.Message ProcessRequestForMessage(System.IO.Stream messageBody);
[<System.ServiceModel.OperationContract>]
[<System.ServiceModel.Web.WebInvoke(Method="*", UriTemplate="*")>]
abstract member ProcessRequestForMessage : System.IO.Stream -> System.ServiceModel.Channels.Message
Public Function ProcessRequestForMessage (messageBody As Stream) As Message

Parameter

messageBody
Stream

Objek Stream yang berisi permintaan.

Mengembalikan

Pesan yang dihasilkan untuk permintaan yang disediakan.

Atribut

Berlaku untuk