Freigeben über


EndpointAddressElementBase.Address Eigenschaft

Definition

Ruft den URI für den Endpunkt ab oder legt diesen fest.

public:
 property Uri ^ Address { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("address", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public Uri Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Address : Uri with get, set
Public Property Address As Uri

Eigenschaftswert

Uri

Der Uri, mit dem der Netzwerkspeicherort für den Endpunkt identifiziert wird.

Attribute

Gilt für