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
- XPathParser.cs
- XamlReader.cs
- StyleCollection.cs
- WebColorConverter.cs
- ThemeDirectoryCompiler.cs
- Button.cs
- SamlNameIdentifierClaimResource.cs
- CodeArgumentReferenceExpression.cs
- CircleHotSpot.cs
- DelimitedListTraceListener.cs
- SqlNodeTypeOperators.cs
- httpstaticobjectscollection.cs
- ConfigurationPermission.cs
- NotifyInputEventArgs.cs
- XmlSerializerSection.cs
- QueryExpression.cs
- CellQuery.cs
- HttpDebugHandler.cs
- SrgsGrammar.cs
- WebServiceHandlerFactory.cs
- AttributeEmitter.cs
- UrlPropertyAttribute.cs
- SimpleFieldTemplateFactory.cs
- EdmFunctionAttribute.cs
- IndependentAnimationStorage.cs
- ISO2022Encoding.cs
- StackOverflowException.cs
- _Events.cs
- CustomWebEventKey.cs
- GreenMethods.cs
- ComboBoxItem.cs
- DispatcherOperation.cs
- ScriptBehaviorDescriptor.cs
- DataRelationCollection.cs
- XamlFigureLengthSerializer.cs
- SafeNativeMethods.cs
- WindowsUpDown.cs
- Mapping.cs
- TrackBar.cs
- UniformGrid.cs
- IProvider.cs
- ObjectConverter.cs
- Signature.cs
- ADMembershipUser.cs
- pingexception.cs
- CodeSnippetCompileUnit.cs
- UndoEngine.cs
- Int32CAMarshaler.cs
- MinMaxParagraphWidth.cs
- latinshape.cs
- JumpItem.cs
- ObjectToken.cs
- BlockCollection.cs
- RegisteredArrayDeclaration.cs
- Point3D.cs
- FileLoadException.cs
- ComponentGlyph.cs
- UnknownBitmapEncoder.cs
- Util.cs
- X509Utils.cs
- AbstractDataSvcMapFileLoader.cs
- Int16.cs
- SettingsPropertyValue.cs
- WebResourceAttribute.cs
- CodeMethodReturnStatement.cs
- CryptoStream.cs
- Int32RectConverter.cs
- controlskin.cs
- XmlLoader.cs
- BindingCollectionElement.cs
- RNGCryptoServiceProvider.cs
- DrawingAttributeSerializer.cs
- XPathNavigatorKeyComparer.cs
- TimeSpanValidatorAttribute.cs
- WindowManager.cs
- CollectionChangeEventArgs.cs
- LostFocusEventManager.cs
- BinaryObjectInfo.cs
- XmlSchemaObjectCollection.cs
- ProviderSettings.cs
- Verify.cs
- Configuration.cs
- Keywords.cs
- Content.cs
- EntityDataSourceContextDisposingEventArgs.cs
- RuleInfoComparer.cs
- MouseEvent.cs
- LayoutUtils.cs
- Crc32Helper.cs
- IsolatedStorageFileStream.cs
- FlowLayout.cs
- MessageHeaderT.cs
- BindStream.cs
- XmlFormatWriterGenerator.cs
- WSHttpSecurity.cs
- handlecollector.cs
- BitmapEffectGroup.cs
- XmlSerializerNamespaces.cs
- ProvideValueServiceProvider.cs
- InputChannelBinder.cs