Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / TransportConfigurationTypeElementCollection.cs / 1 / TransportConfigurationTypeElementCollection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.Collections; using System.Configuration; using System.Globalization; [ConfigurationCollection(typeof(TransportConfigurationTypeElement))] public sealed class TransportConfigurationTypeElementCollection : ServiceModelConfigurationElementCollection{ public TransportConfigurationTypeElementCollection() : base(ConfigurationElementCollectionType.AddRemoveClearMap, null) { } protected override Object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } TransportConfigurationTypeElement configElementKey = (TransportConfigurationTypeElement)element; return configElementKey.Name; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NamespaceList.cs
- SystemIPGlobalProperties.cs
- MonthCalendar.cs
- WorkflowServiceAttributes.cs
- BindableTemplateBuilder.cs
- UIElementIsland.cs
- AmbientValueAttribute.cs
- WorkflowServiceHostFactory.cs
- SqlRowUpdatedEvent.cs
- WindowManager.cs
- BoolExpression.cs
- ProxyGenerationError.cs
- PathFigureCollection.cs
- ValueUtilsSmi.cs
- XmlSchemaException.cs
- ElasticEase.cs
- BinaryFormatterSinks.cs
- HandleCollector.cs
- EntityDescriptor.cs
- DefinitionProperties.cs
- SqlUserDefinedAggregateAttribute.cs
- QueryCacheManager.cs
- TextOnlyOutput.cs
- XmlCDATASection.cs
- SingleResultAttribute.cs
- ReachUIElementCollectionSerializer.cs
- PreProcessor.cs
- ListSortDescriptionCollection.cs
- EditorAttribute.cs
- LongValidator.cs
- NavigatingCancelEventArgs.cs
- ImageFormatConverter.cs
- ServiceMemoryGates.cs
- AnimationLayer.cs
- SystemIPInterfaceProperties.cs
- QueryCacheManager.cs
- CodeObject.cs
- AuthStoreRoleProvider.cs
- QueryIntervalOp.cs
- ControlLocalizer.cs
- InlinedAggregationOperatorEnumerator.cs
- Part.cs
- ExpressionBinding.cs
- FunctionCommandText.cs
- AutomationAttributeInfo.cs
- DuplicateDetector.cs
- MailHeaderInfo.cs
- FusionWrap.cs
- TypeNameHelper.cs
- OuterGlowBitmapEffect.cs
- EventSetter.cs
- NameScopePropertyAttribute.cs
- ElementAtQueryOperator.cs
- SimpleMailWebEventProvider.cs
- RadioButtonBaseAdapter.cs
- FileRecordSequenceCompletedAsyncResult.cs
- SqlNode.cs
- RSAOAEPKeyExchangeFormatter.cs
- CurrencyWrapper.cs
- XPathPatternParser.cs
- HijriCalendar.cs
- ToolStripContentPanelRenderEventArgs.cs
- updatecommandorderer.cs
- Switch.cs
- DataGridViewCellStateChangedEventArgs.cs
- EtwTrace.cs
- MetadataArtifactLoaderCompositeResource.cs
- NavigationProperty.cs
- XPathChildIterator.cs
- ComplusEndpointConfigContainer.cs
- SqlInternalConnectionSmi.cs
- CaseStatement.cs
- __Filters.cs
- ObjectToken.cs
- SelectionGlyph.cs
- WeakHashtable.cs
- SqlExpressionNullability.cs
- DirectoryRootQuery.cs
- OpenTypeLayout.cs
- BitmapImage.cs
- HeaderUtility.cs
- ServiceHostFactory.cs
- StreamResourceInfo.cs
- StreamWriter.cs
- DesignTable.cs
- NullableConverter.cs
- TypeConverterHelper.cs
- Size.cs
- HebrewCalendar.cs
- WebPartCloseVerb.cs
- ErrorTolerantObjectWriter.cs
- RouteCollection.cs
- InheritablePropertyChangeInfo.cs
- ConfigurationLocationCollection.cs
- SerializationAttributes.cs
- ExpandCollapsePattern.cs
- BitmapPalette.cs
- TagNameToTypeMapper.cs
- NoResizeHandleGlyph.cs
- WorkflowPersistenceService.cs