Configures metadata (WSDL) for the
service host. The method loops through the base addresses, and adds
mex endpoints for http, https, net.tcp and net.pipe addresses, only
when no mex endpoints have been previously added by the user. For
http and https addresses, HTTP and HTTPS "Get" mechanism for WSDL
retrieval is enabled.
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Me.ConfigureMetadata
|
Syntax
Visual Basic |
Protected Overridable Sub ConfigureMetadata
|
C# |
protected virtual void ConfigureMetadata ()
|
C++ |
protected:
virtual void ConfigureMetadata ()
|
J# |
protected void ConfigureMetadata ()
|
JScript |
protected function ConfigureMetadata ()
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also