Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / MetadataImporter.cs / 2 / MetadataImporter.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Description { using System.Xml; using System.ServiceModel.Channels; using System.ServiceModel; using System.Xml.Schema; using System.Collections.Generic; using System.Collections.ObjectModel; using Config = System.ServiceModel.Configuration; using WsdlNS = System.Web.Services.Description; using System.Security; public abstract partial class MetadataImporter { //prevent inheritance until we are ready to allow it. internal MetadataImporter() : this (null, MetadataImporterQuotas.Defaults) { } internal MetadataImporter(IEnumerablepolicyImportExtensions) : this (policyImportExtensions, MetadataImporterQuotas.Defaults) { } internal MetadataImporter(IEnumerable policyImportExtensions, MetadataImporterQuotas quotas) { if (quotas == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("quotas"); } if (policyImportExtensions == null) { policyImportExtensions = LoadPolicyExtensionsFromConfig(); } this.Quotas = quotas; this.policyExtensions = new KeyedByTypeCollection (policyImportExtensions); } readonly KeyedByTypeCollection policyExtensions; readonly Dictionary knownContracts = new Dictionary (); readonly Collection errors = new Collection (); readonly Dictionary
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Wizard.cs
- StringConcat.cs
- SelectedDatesCollection.cs
- ProfileParameter.cs
- WinFormsComponentEditor.cs
- RangeContentEnumerator.cs
- SyndicationFeed.cs
- Semaphore.cs
- RectangleF.cs
- DesignerOptionService.cs
- XmlReflectionMember.cs
- ProfileInfo.cs
- WebPartEditVerb.cs
- BindStream.cs
- MarkupWriter.cs
- XmlArrayItemAttributes.cs
- SerializationFieldInfo.cs
- UnaryExpression.cs
- DbProviderFactory.cs
- ForwardPositionQuery.cs
- SiteMapNodeCollection.cs
- DbConnectionPoolGroupProviderInfo.cs
- TabControlAutomationPeer.cs
- ToolStripItemBehavior.cs
- DateTimeAutomationPeer.cs
- Viewport2DVisual3D.cs
- DataAccessor.cs
- Speller.cs
- FactoryMaker.cs
- HttpWriter.cs
- CompilationUtil.cs
- XpsTokenContext.cs
- BinaryWriter.cs
- ButtonBase.cs
- ControllableStoryboardAction.cs
- ChangeProcessor.cs
- SortDescriptionCollection.cs
- GenericUriParser.cs
- DataGridViewColumnCollection.cs
- AttachedAnnotationChangedEventArgs.cs
- RootAction.cs
- VerificationAttribute.cs
- AssertFilter.cs
- CompareValidator.cs
- ObjectDataSourceEventArgs.cs
- SearchExpression.cs
- DoubleStorage.cs
- SynthesizerStateChangedEventArgs.cs
- GeneralTransform3DTo2DTo3D.cs
- KeysConverter.cs
- XamlClipboardData.cs
- PersonalizableAttribute.cs
- CultureInfo.cs
- ConfigXmlSignificantWhitespace.cs
- HttpListener.cs
- ScrollChrome.cs
- WorkflowDesignerColors.cs
- GeometryModel3D.cs
- TableStyle.cs
- FontCollection.cs
- DataPagerField.cs
- OptimisticConcurrencyException.cs
- PreviewKeyDownEventArgs.cs
- SettingsProperty.cs
- RSAProtectedConfigurationProvider.cs
- HiddenFieldPageStatePersister.cs
- ArgumentException.cs
- BrowserCapabilitiesCodeGenerator.cs
- WindowProviderWrapper.cs
- ValidatingCollection.cs
- LinqExpressionNormalizer.cs
- SkipStoryboardToFill.cs
- FreezableDefaultValueFactory.cs
- RuntimeConfigLKG.cs
- RemotingService.cs
- CatalogPart.cs
- CurrencyManager.cs
- FrameworkTemplate.cs
- ConfigurationFileMap.cs
- XmlObjectSerializerReadContext.cs
- PersonalizationState.cs
- PartialCachingControl.cs
- RowToParametersTransformer.cs
- SessionPageStatePersister.cs
- Interop.cs
- CommandID.cs
- HttpRuntime.cs
- HyperLink.cs
- InfoCardClaim.cs
- SafeNativeMethodsMilCoreApi.cs
- FileSystemWatcher.cs
- XAMLParseException.cs
- DebugInfoExpression.cs
- ServiceManagerHandle.cs
- WeakEventManager.cs
- QueryOptionExpression.cs
- BinarySecretKeyIdentifierClause.cs
- PrimitiveXmlSerializers.cs
- TextFormatterHost.cs
- WS2007HttpBindingCollectionElement.cs