3 references to CreateMexHttpBinding
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataEndpoint.cs (2)
21
: this(MetadataExchangeBindings.
CreateMexHttpBinding
(), null /*address*/)
26
: this(MetadataExchangeBindings.
CreateMexHttpBinding
(), address)
System\ServiceModel\Security\WSTrustServiceHost.cs (1)
116
mexBinding = MetadataExchangeBindings.
CreateMexHttpBinding
();