MessageHeaders.From プロパティ

定義

メッセージを送信したノードのアドレスを取得または設定します。

public:
 property System::ServiceModel::EndpointAddress ^ From { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress From { get; set; }
member this.From : System.ServiceModel.EndpointAddress with get, set
Public Property From As EndpointAddress

プロパティ値

メッセージを送信したノードの EndpointAddress

注釈

このプロパティは、WS-Addressing 仕様で説明されている <From> 要素に対応 します

適用対象