Freigeben über


ServiceHostEndpointConfiguration.Address Property

Gets the address.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ServiceHostEndpointConfiguration
Dim value As String

value = instance.Address

Syntax

'Declaration
Public ReadOnly Property Address As String
public string Address { get; }
public:
property String^ Address {
    String^ get ();
}
/** @property */
public String get_Address ()
public function get Address () : String

Eigenschaftenwert

Returns a String.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

ServiceHostEndpointConfiguration Class
ServiceHostEndpointConfiguration Members
Microsoft.IdentityModel.Configuration Namespace