ChannelEndpointElement::Address Property
.NET Framework (current version)
Specifies the address of the endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("address", Options = ConfigurationPropertyOptions::None)] property Uri^ Address { Uri^ get(); void set(Uri^ value); }
Property Value
Type: System::Uri^A URI that contains the address of the endpoint. The address must be an absolute URI.
.NET Framework
Available since 3.0
Available since 3.0
Show: