ClientBase<TChannel>.ChannelBase<T>.IContextChannel.LocalAddress Property

Definition

Gets the local endpoint for the channel.

property System::ServiceModel::EndpointAddress ^ System::ServiceModel::IContextChannel::LocalAddress { System::ServiceModel::EndpointAddress ^ get(); };
System.ServiceModel.EndpointAddress System.ServiceModel.IContextChannel.LocalAddress { get; }
member this.System.ServiceModel.IContextChannel.LocalAddress : System.ServiceModel.EndpointAddress
 ReadOnly Property LocalAddress As EndpointAddress Implements IContextChannel.LocalAddress

Property Value

The local endpoint for the channel.

Implements

Applies to