次の方法で共有


IRequestHandler.ProcessRequestForMessage(Stream) メソッド

定義

要求のエントリ ポイントを提供します。

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

パラメーター

messageBody
Stream

要求を格納している Stream オブジェクト。

戻り値

指定された要求の結果メッセージ。

属性

適用対象