Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Puts the SOAP message version into the WSDL.

Namespace:   System.ServiceModel.Channels
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
Return to top
Show:
© 2017 Microsoft