Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / StandardBindingElementCollection.cs / 1 / StandardBindingElementCollection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.ServiceModel.Channels; using System.Collections; using System.Configuration; using System.Globalization; public sealed class StandardBindingElementCollection: ServiceModelEnhancedConfigurationElementCollection where TBindingConfiguration : StandardBindingElement, new () { public StandardBindingElementCollection() : base(ConfigurationStrings.Binding) {} protected override Object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } TBindingConfiguration configElementKey = (TBindingConfiguration) 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
- CqlParserHelpers.cs
- TypeConverterHelper.cs
- CodeDOMUtility.cs
- ExecutionEngineException.cs
- LogRestartAreaEnumerator.cs
- PrimitiveXmlSerializers.cs
- ConfigXmlSignificantWhitespace.cs
- XmlSchemaInclude.cs
- CustomSignedXml.cs
- MultipartIdentifier.cs
- StreamingContext.cs
- MenuItemCollectionEditorDialog.cs
- ListControl.cs
- CatalogZoneBase.cs
- FontCacheUtil.cs
- CodeTypeOfExpression.cs
- DataColumnMappingCollection.cs
- TagPrefixCollection.cs
- MasterPageBuildProvider.cs
- SelectionRangeConverter.cs
- SecurityTokenResolver.cs
- RootDesignerSerializerAttribute.cs
- ISAPIRuntime.cs
- DataPointer.cs
- CacheDependency.cs
- OptimisticConcurrencyException.cs
- SequentialUshortCollection.cs
- DSASignatureFormatter.cs
- DbBuffer.cs
- TemplateAction.cs
- GrabHandleGlyph.cs
- SoapAttributeAttribute.cs
- ObfuscationAttribute.cs
- MDIClient.cs
- DataRowView.cs
- QuaternionValueSerializer.cs
- SmiTypedGetterSetter.cs
- CompositeFontFamily.cs
- TemplatedMailWebEventProvider.cs
- _DigestClient.cs
- Visitors.cs
- FlowLayoutSettings.cs
- MethodToken.cs
- SafeSecurityHelper.cs
- SqlStream.cs
- CodeEntryPointMethod.cs
- WebProxyScriptElement.cs
- RC2CryptoServiceProvider.cs
- OracleCommandBuilder.cs
- RtfToXamlLexer.cs
- WrapperEqualityComparer.cs
- Brushes.cs
- Transform3DGroup.cs
- Int32Collection.cs
- BamlLocalizableResourceKey.cs
- CompilerScopeManager.cs
- ThreadLocal.cs
- ResourceManagerWrapper.cs
- ComponentEditorForm.cs
- FontCollection.cs
- CodeNamespaceImport.cs
- SupportingTokenSecurityTokenResolver.cs
- SchemaNamespaceManager.cs
- AsyncPostBackErrorEventArgs.cs
- FontEmbeddingManager.cs
- SpoolingTask.cs
- MenuItemAutomationPeer.cs
- RangeValidator.cs
- ItemCollectionEditor.cs
- ConfigPathUtility.cs
- CompModSwitches.cs
- ArrangedElement.cs
- MarkerProperties.cs
- CommandEventArgs.cs
- RegularExpressionValidator.cs
- TypeDelegator.cs
- OrderPreservingPipeliningSpoolingTask.cs
- Membership.cs
- Exception.cs
- ThicknessAnimationUsingKeyFrames.cs
- XPathSelfQuery.cs
- AppDomainProtocolHandler.cs
- PropertiesTab.cs
- ErrorStyle.cs
- IsolatedStorageException.cs
- Stroke.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DataSourceView.cs
- SmtpException.cs
- SHA256Cng.cs
- _ListenerResponseStream.cs
- CqlLexerHelpers.cs
- TimeoutHelper.cs
- DialogDivider.cs
- OutputCacheSection.cs
- XmlValidatingReader.cs
- XamlStyleSerializer.cs
- ValidationErrorEventArgs.cs
- ListViewDataItem.cs
- TypedReference.cs