ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.RemoteAddress Vlastnost

Definice

Získá cíl služby, do které zprávy se odesílají ve výstupním kanálu.

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

Hodnota vlastnosti

EndpointAddress

Služba EndpointAddress , do které výstupní kanál odesílá zprávy.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v ClientBase<TChannel>.ChannelBase<T> případě, že je instance přetypována do IOutputChannel rozhraní.

Platí pro