System\ServiceModel\Description\WsdlImporter.cs (10)
171return ImportWsdlPortType(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.RethrowExceptions);
182return ImportWsdlBinding(wsdlBinding, ErrorBehavior.RethrowExceptions).Endpoint.Binding;
193return ImportWsdlPort(wsdlPort, ErrorBehavior.RethrowExceptions);
207ImportWsdlPortType(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.RethrowExceptions);
255ImportWsdlBinding(wsdlBinding, ErrorBehavior.RethrowExceptions);
349if (errorBehavior == ErrorBehavior.RethrowExceptions)
430if (errorBehavior == ErrorBehavior.RethrowExceptions)
454WsdlEndpointConversionContext bindingEndpointContext = ImportWsdlBinding(wsdlBinding, ErrorBehavior.RethrowExceptions);
484if (errorBehavior == ErrorBehavior.RethrowExceptions)
581contractDescription = ImportWsdlPortType(wsdlPortType, WsdlPortTypeImportOptions.IgnoreExistingContracts, ErrorBehavior.RethrowExceptions);