ChannelEndpointElement::Address Property

 

Specifies the address of the endpoint.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: