Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / CustomBindingElementCollection.cs / 1 / CustomBindingElementCollection.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; [ConfigurationCollection(typeof(CustomBindingElement), AddItemName = ConfigurationStrings.Binding)] public sealed class CustomBindingElementCollection : ServiceModelEnhancedConfigurationElementCollection{ public CustomBindingElementCollection() : base(ConfigurationStrings.Binding) {} protected override Object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } CustomBindingElement configElementKey = (CustomBindingElement) 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
- DataGridItemCollection.cs
- ConditionalWeakTable.cs
- DocumentPageHost.cs
- FieldTemplateUserControl.cs
- RequestChannelBinder.cs
- FrameworkElement.cs
- MsmqInputMessage.cs
- PopOutPanel.cs
- PolyLineSegmentFigureLogic.cs
- arc.cs
- UnknownBitmapDecoder.cs
- SurrogateEncoder.cs
- LinkedResourceCollection.cs
- NetMsmqBinding.cs
- NotImplementedException.cs
- GeneralTransform3DTo2DTo3D.cs
- StructuredCompositeActivityDesigner.cs
- PathTooLongException.cs
- RewritingPass.cs
- SimpleHandlerBuildProvider.cs
- MessageAction.cs
- BitmapDecoder.cs
- BrowserCapabilitiesFactory.cs
- HttpClientChannel.cs
- UnsafeNativeMethods.cs
- XmlStreamNodeWriter.cs
- GroupStyle.cs
- SmtpClient.cs
- HttpCacheParams.cs
- PropertyEmitter.cs
- BitmapCache.cs
- GuidConverter.cs
- ParameterToken.cs
- SchemaElementLookUpTableEnumerator.cs
- BamlLocalizationDictionary.cs
- SQLMoney.cs
- DependencyPropertyValueSerializer.cs
- ToolStripTextBox.cs
- PeerApplication.cs
- PngBitmapEncoder.cs
- SHA512Managed.cs
- XsltConvert.cs
- InvalidCastException.cs
- ParserHooks.cs
- ApplicationBuildProvider.cs
- SwitchAttribute.cs
- DependentList.cs
- MultipartIdentifier.cs
- Application.cs
- DataListItemEventArgs.cs
- DefaultPrintController.cs
- FileUpload.cs
- EventSourceCreationData.cs
- SystemNetHelpers.cs
- HttpClientProtocol.cs
- ConfigurationException.cs
- ComponentSerializationService.cs
- XmlFormatExtensionPrefixAttribute.cs
- GetReadStreamResult.cs
- DataGridTextBox.cs
- MLangCodePageEncoding.cs
- CompositeActivityMarkupSerializer.cs
- HebrewCalendar.cs
- cryptoapiTransform.cs
- SurrogateEncoder.cs
- CommandDevice.cs
- ViewValidator.cs
- SendMailErrorEventArgs.cs
- BindingObserver.cs
- IndicFontClient.cs
- ColumnHeaderConverter.cs
- ByteFacetDescriptionElement.cs
- ValidationResult.cs
- EdmComplexPropertyAttribute.cs
- StringFreezingAttribute.cs
- CookieParameter.cs
- SessionStateItemCollection.cs
- ClientUtils.cs
- EastAsianLunisolarCalendar.cs
- DesignTimeDataBinding.cs
- ListSortDescription.cs
- DropShadowBitmapEffect.cs
- SafeHandles.cs
- RectangleGeometry.cs
- ApplicationManager.cs
- OrthographicCamera.cs
- CommandDesigner.cs
- RuleAttributes.cs
- TypeListConverter.cs
- ReachSerializerAsync.cs
- Error.cs
- ParallelDesigner.cs
- SpeechSeg.cs
- translator.cs
- DoubleAnimation.cs
- SQLString.cs
- LastQueryOperator.cs
- ActiveXSite.cs
- DataGridViewColumnConverter.cs
- ValidationHelper.cs