ServiceEndpointElement::ListenUriMode Property

 

Gets or sets a value that specifies how the transport treats the ListenUri provided for the service to listen on.

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

public:
[ConfigurationPropertyAttribute("listenUriMode", DefaultValue = ListenUriMode::Explicit)]
property ListenUriMode ListenUriMode {
	ListenUriMode get();
	void set(ListenUriMode value);
}

Property Value

Type: System.ServiceModel.Description::ListenUriMode

A valid ListenUriMode value that specifies how the transport treats the ListenUri provided for the service to listen on.

.NET Framework
Available since 3.0
Return to top
Show: