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
- TextBoxBase.cs
- ActivityInstanceMap.cs
- FormDocumentDesigner.cs
- ConstraintManager.cs
- WebPageTraceListener.cs
- PageWrapper.cs
- DeadCharTextComposition.cs
- TcpHostedTransportConfiguration.cs
- DataGridViewTopRowAccessibleObject.cs
- IERequestCache.cs
- MonitoringDescriptionAttribute.cs
- SqlCommandSet.cs
- DesignerAdapterUtil.cs
- Operators.cs
- SamlAuthenticationStatement.cs
- SqlPersonalizationProvider.cs
- ImageIndexConverter.cs
- StringComparer.cs
- GeneralTransform2DTo3DTo2D.cs
- ScrollBar.cs
- XmlRootAttribute.cs
- SmtpDigestAuthenticationModule.cs
- StrokeNodeData.cs
- Scanner.cs
- HashCodeCombiner.cs
- Helpers.cs
- QuadraticEase.cs
- IResourceProvider.cs
- BindingParameterCollection.cs
- COM2EnumConverter.cs
- HostVisual.cs
- UTF32Encoding.cs
- BitmapEffectInput.cs
- PropertyBuilder.cs
- OptimisticConcurrencyException.cs
- IndicShape.cs
- DrawingContextDrawingContextWalker.cs
- xdrvalidator.cs
- RepeatInfo.cs
- InfoCardMetadataExchangeClient.cs
- ToggleProviderWrapper.cs
- DataReceivedEventArgs.cs
- BatchParser.cs
- SAPIEngineTypes.cs
- SchemaTableOptionalColumn.cs
- ParentQuery.cs
- Parallel.cs
- StylusPlugin.cs
- PathSegment.cs
- CheckBox.cs
- WasHttpModulesInstallComponent.cs
- DuplicateWaitObjectException.cs
- BinaryFormatter.cs
- ACE.cs
- X509WindowsSecurityToken.cs
- CallSiteHelpers.cs
- IisTraceWebEventProvider.cs
- ViewBox.cs
- ListItemParagraph.cs
- TableCell.cs
- EditableTreeList.cs
- Processor.cs
- DoubleLink.cs
- StickyNoteContentControl.cs
- activationcontext.cs
- XmlSchemaSet.cs
- DomainLiteralReader.cs
- LexicalChunk.cs
- ResourcesBuildProvider.cs
- RegistryKey.cs
- ThrowHelper.cs
- Viewport3DVisual.cs
- DecimalConstantAttribute.cs
- OrderedDictionary.cs
- ObjectQuery_EntitySqlExtensions.cs
- CustomLineCap.cs
- Message.cs
- RoleGroupCollection.cs
- Utils.cs
- FontCacheLogic.cs
- TemplateContainer.cs
- FileUpload.cs
- RMPublishingDialog.cs
- TextEditorParagraphs.cs
- HostExecutionContextManager.cs
- ThreadStateException.cs
- ImageListStreamer.cs
- SqlFileStream.cs
- RenderOptions.cs
- CatalogZone.cs
- PrintPreviewControl.cs
- BlurBitmapEffect.cs
- CodeTypeReferenceCollection.cs
- SystemIPGlobalStatistics.cs
- ServicePoint.cs
- HostedElements.cs
- ConfigXmlComment.cs
- HtmlInputRadioButton.cs
- CodeGenerator.cs
- xmlformatgeneratorstatics.cs