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.
WebMessageEncodingBindingElement::IWsdlExportExtension::ExportContract Method (WsdlExporter^, WsdlContractConversionContext^)
.NET Framework (current version)
Generates WSDL contract information from encoding policies contained in the binding element.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
private: virtual void ExportContract( WsdlExporter^ exporter, WsdlContractConversionContext^ context ) sealed = IWsdlExportExtension::ExportContract
Parameters
- exporter
-
Type:
System.ServiceModel.Description::WsdlExporter^
The WsdlExporter that exports the contract information.
- context
-
Type:
System.ServiceModel.Description::WsdlContractConversionContext^
A WsdlContractConversionContext object that provides mappings from exported WSDL elements to the contract description.
The WebMessageEncodingBindingElement is responsible for setting information about the message version in the WSDL.
.NET Framework
Available since 3.5
Available since 3.5
Show: