BaseAddressElement::BaseAddress Property

 

Gets or sets a base address used by the service host.

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

public:
[ConfigurationPropertyAttribute("baseAddress", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 1)]
property String^ BaseAddress {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A base address used by the service host.

.NET Framework
Available since 3.0
Return to top
Show: