MetadataExchangeBindings Class
Used to create system-provided bindings for WS-Transfer metadata exchange using the System.ServiceModel.Description::IMetadataExchange contract.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateMexHttpBinding() | Returns a System.ServiceModel::WSHttpBinding with security disabled. |
![]() ![]() | CreateMexHttpsBinding() | Returns a System.ServiceModel::WSHttpBinding that supports transport-level security. |
![]() ![]() | CreateMexNamedPipeBinding() | |
![]() ![]() | CreateMexTcpBinding() |
Use the MetadataExchangeBindings methods and properties to create system-provided bindings to support WS-Transfer GET metadata exchanges. For more information and examples, see How to: Publish Metadata for a Service Using a Configuration File.
See the individual members for details about the composition of the bindings they return.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

