BindingContext::ListenUriRelativeAddress Property

 

Gets or sets the URI that provides the relative address at which the service endpoint listens.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property String^ ListenUriRelativeAddress {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The relative address at which the service endpoint listens.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: