ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.RemoteAddress プロパティ

定義

出力チャネルで送信されるメッセージの送信先となるサービスの送信先を取得します。

property System::ServiceModel::EndpointAddress ^ System::ServiceModel::Channels::IOutputChannel::RemoteAddress { System::ServiceModel::EndpointAddress ^ get(); };
System.ServiceModel.EndpointAddress System.ServiceModel.Channels.IOutputChannel.RemoteAddress { get; }
member this.System.ServiceModel.Channels.IOutputChannel.RemoteAddress : System.ServiceModel.EndpointAddress
 ReadOnly Property RemoteAddress As EndpointAddress Implements IOutputChannel.RemoteAddress

プロパティ値

EndpointAddress

出力チャネルでのメッセージの送信先となるサービスの EndpointAddress

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ClientBase<TChannel>.ChannelBase<T> のインスタンスが IOutputChannel インターフェイスにキャストされる場合のみ、使用できます。

適用対象