ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.RemoteAddress プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
出力チャネルで送信されるメッセージの送信先となるサービスの送信先を取得します。
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。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ClientBase<TChannel>.ChannelBase<T> のインスタンスが IOutputChannel インターフェイスにキャストされる場合のみ、使用できます。