Freigeben über


ServiceHostEndpointConfiguration.Binding Property

Get the Binding Information.

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

Verwendung

    Dim instance As ServiceHostEndpointConfiguration
Dim value As Binding

value = instance.Binding

Syntax

'Declaration
Public ReadOnly Property Binding As Binding
public Binding Binding { get; }
public:
property Binding^ Binding {
    Binding^ get ();
}
/** @property */
public Binding get_Binding ()
public function get Binding () : Binding

Eigenschaftenwert

Returns a Binding.

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