4 references to ImportWsdlPortType
System.ServiceModel (4)
System\ServiceModel\Description\WsdlImporter.cs (4)
116
ContractDescription contract =
ImportWsdlPortType
(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.DoNotThrowExceptions);
171
return
ImportWsdlPortType
(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.RethrowExceptions);
207
ImportWsdlPortType
(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.RethrowExceptions);
581
contractDescription =
ImportWsdlPortType
(wsdlPortType, WsdlPortTypeImportOptions.IgnoreExistingContracts, ErrorBehavior.RethrowExceptions);