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
- FontDifferentiator.cs
- columnmapkeybuilder.cs
- DataGridAutoFormat.cs
- EventLogWatcher.cs
- FormatStringEditor.cs
- ListDictionaryInternal.cs
- RijndaelManagedTransform.cs
- CatalogZoneBase.cs
- TypeUsageBuilder.cs
- OleDbError.cs
- DataSvcMapFile.cs
- XmlDocumentFragment.cs
- SimpleMailWebEventProvider.cs
- MessageSecurityProtocol.cs
- ResourceIDHelper.cs
- Soap12ProtocolReflector.cs
- TextTreeTextBlock.cs
- IPEndPoint.cs
- VideoDrawing.cs
- XmlAutoDetectWriter.cs
- ExtensionQuery.cs
- ConnectionManagementElement.cs
- InteropAutomationProvider.cs
- Point3DKeyFrameCollection.cs
- UnsafeNativeMethods.cs
- FullTextBreakpoint.cs
- NextPreviousPagerField.cs
- LambdaCompiler.Binary.cs
- HtmlButton.cs
- ExpressionNode.cs
- StringDictionaryCodeDomSerializer.cs
- PageTheme.cs
- RsaKeyGen.cs
- PageRequestManager.cs
- Bitmap.cs
- StylusDownEventArgs.cs
- SafeNativeMethods.cs
- BaseTemplateBuildProvider.cs
- DocumentApplicationDocumentViewer.cs
- X509Utils.cs
- RuleSet.cs
- ICollection.cs
- Table.cs
- HwndKeyboardInputProvider.cs
- PlatformNotSupportedException.cs
- log.cs
- PrimaryKeyTypeConverter.cs
- RootBrowserWindow.cs
- SparseMemoryStream.cs
- CharacterMetrics.cs
- DataGridCellsPanel.cs
- ButtonBase.cs
- CustomErrorsSection.cs
- ParameterElement.cs
- DataBinding.cs
- DynamicMethod.cs
- BamlBinaryWriter.cs
- CodeDOMProvider.cs
- DataServiceException.cs
- EFDataModelProvider.cs
- WindowsFormsEditorServiceHelper.cs
- CompilerLocalReference.cs
- SqlDataSourceConfigureFilterForm.cs
- Stroke.cs
- Stroke2.cs
- RtType.cs
- BStrWrapper.cs
- HwndSourceParameters.cs
- WhereQueryOperator.cs
- AQNBuilder.cs
- FontStretches.cs
- CharEnumerator.cs
- WindowsBrush.cs
- TemplateControlCodeDomTreeGenerator.cs
- SmiEventStream.cs
- MarkupWriter.cs
- CompilationPass2Task.cs
- EntityCollection.cs
- ApplicationId.cs
- ExtenderProvidedPropertyAttribute.cs
- SafeNativeMethodsOther.cs
- PrimitiveCodeDomSerializer.cs
- Accessible.cs
- ColumnResizeAdorner.cs
- ZipIOFileItemStream.cs
- ForeignConstraint.cs
- DataGridViewAccessibleObject.cs
- WebPartAuthorizationEventArgs.cs
- Application.cs
- ItemsControlAutomationPeer.cs
- WindowsPrincipal.cs
- LongTypeConverter.cs
- EmptyCollection.cs
- AssemblyFilter.cs
- ViewCellRelation.cs
- EntityModelSchemaGenerator.cs
- PropertyEmitter.cs
- ClickablePoint.cs
- FileDialog_Vista_Interop.cs
- WebPartMinimizeVerb.cs