The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MtomMessageEncodingBindingElement::IWsdlExportExtension::ExportEndpoint Method (WsdlExporter^, WsdlEndpointConversionContext^)
.NET Framework (current version)
Puts the SOAP message version into the WSDL.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: virtual void ExportEndpoint( WsdlExporter^ exporter, WsdlEndpointConversionContext^ context ) sealed = IWsdlExportExtension::ExportEndpoint
Parameters
- exporter
-
Type:
System.ServiceModel.Description::WsdlExporter^
The WsdlExporter that exports the contract information.
- context
-
Type:
System.ServiceModel.Description::WsdlEndpointConversionContext^
A WsdlContractConversionContext object that provides mappings from exported WSDL elements to the endpoint description.
| Exception | Condition |
|---|---|
| ArgumentNullException | context is null. |
Any custom message encoding binding element that supports SOAP is responsible for adding the SOAP message version into the WSDL.
.NET Framework
Available since 3.0
Available since 3.0
Show: