ServiceEndpointElement::ListenUriMode Property
.NET Framework (current version)
Gets or sets a value that specifies how the transport treats the ListenUri provided for the service to listen on.
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::ListenUriModeA valid ListenUriMode value that specifies how the transport treats the ListenUri provided for the service to listen on.
.NET Framework
Available since 3.0
Available since 3.0
Show: