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
- StreamUpdate.cs
- Encoding.cs
- CqlParserHelpers.cs
- FloatUtil.cs
- ConnectionPoolManager.cs
- SmtpAuthenticationManager.cs
- Process.cs
- WebPartHelpVerb.cs
- GradientSpreadMethodValidation.cs
- Calendar.cs
- SourceItem.cs
- UInt64Storage.cs
- StoreAnnotationsMap.cs
- XmlParserContext.cs
- DesignerProperties.cs
- ValidatingReaderNodeData.cs
- StylusPoint.cs
- ObjectAnimationUsingKeyFrames.cs
- DrawingAttributesDefaultValueFactory.cs
- RC2CryptoServiceProvider.cs
- WSHttpBinding.cs
- FixedSOMContainer.cs
- ReadOnlyDataSourceView.cs
- ShowExpandedMultiValueConverter.cs
- FormView.cs
- CqlParserHelpers.cs
- WSTrust.cs
- httpapplicationstate.cs
- DataGridTextBoxColumn.cs
- MessageQueueAccessControlEntry.cs
- LinqDataSourceValidationException.cs
- Rfc2898DeriveBytes.cs
- ResXResourceWriter.cs
- ThreadStartException.cs
- GridViewEditEventArgs.cs
- CssClassPropertyAttribute.cs
- OuterGlowBitmapEffect.cs
- ZoneButton.cs
- MetadataItemEmitter.cs
- WebPartDescriptionCollection.cs
- Compiler.cs
- Gdiplus.cs
- DockEditor.cs
- EdmProviderManifest.cs
- SqlMethodCallConverter.cs
- WindowVisualStateTracker.cs
- RegexBoyerMoore.cs
- OperationResponse.cs
- FrameworkContentElement.cs
- HtmlSelect.cs
- XmlSerializationReader.cs
- AppearanceEditorPart.cs
- BackgroundFormatInfo.cs
- TextSpan.cs
- TileBrush.cs
- DataListDesigner.cs
- SerializationFieldInfo.cs
- CatalogPart.cs
- ellipse.cs
- ScopelessEnumAttribute.cs
- MD5.cs
- FocusWithinProperty.cs
- DelegatingHeader.cs
- Propagator.JoinPropagator.cs
- UnmanagedHandle.cs
- DesignerActionGlyph.cs
- ProcessProtocolHandler.cs
- ApplicationActivator.cs
- StrongNameKeyPair.cs
- EntityTemplateUserControl.cs
- ZeroOpNode.cs
- MetabaseSettings.cs
- OracleDateTime.cs
- TableParagraph.cs
- DbMetaDataCollectionNames.cs
- odbcmetadatacollectionnames.cs
- _Events.cs
- DataGridColumnFloatingHeader.cs
- RSACryptoServiceProvider.cs
- CodeLabeledStatement.cs
- FeatureSupport.cs
- MemberInfoSerializationHolder.cs
- CodeExpressionStatement.cs
- SelectionProviderWrapper.cs
- ImportContext.cs
- SqlTrackingService.cs
- ColumnMapCopier.cs
- DataGridTableCollection.cs
- Blend.cs
- SystemIPInterfaceProperties.cs
- BehaviorEditorPart.cs
- DataControlField.cs
- DependencyObjectCodeDomSerializer.cs
- GridViewRowCollection.cs
- Delegate.cs
- FacetValueContainer.cs
- SliderAutomationPeer.cs
- RepeatInfo.cs
- _ConnectionGroup.cs
- FileReservationCollection.cs