The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BindingContext::ListenUriRelativeAddress Property
.NET Framework (current version)
Gets or sets the URI that provides the relative address at which the service endpoint listens.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property String^ ListenUriRelativeAddress { String^ get(); void set(String^ value); }
The address for the endpoint at which a service listens is obtained by appending the ListenUriRelativeAddress to the ListenUriBaseAddress. This absolute address can be set using the ListenUri property.
.NET Framework
Available since 3.0
Available since 3.0
Show: