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
- TemplatePropertyEntry.cs
- DataViewManager.cs
- InvokeProviderWrapper.cs
- JsonEnumDataContract.cs
- GenericsInstances.cs
- StartUpEventArgs.cs
- Cursor.cs
- TypeExtensions.cs
- Environment.cs
- SizeValueSerializer.cs
- XmlSchemaProviderAttribute.cs
- CodeIdentifier.cs
- ProgressBarBrushConverter.cs
- SafeFindHandle.cs
- FieldCollectionEditor.cs
- URLIdentityPermission.cs
- FormViewDeleteEventArgs.cs
- TickBar.cs
- PlainXmlWriter.cs
- DesignerCalendarAdapter.cs
- DataSvcMapFile.cs
- MatrixTransform3D.cs
- EndOfStreamException.cs
- DescendantBaseQuery.cs
- PageAsyncTask.cs
- SkinBuilder.cs
- CngUIPolicy.cs
- TreeIterator.cs
- ColumnCollection.cs
- OracleFactory.cs
- DbDataAdapter.cs
- LinqDataView.cs
- ConsumerConnectionPoint.cs
- Storyboard.cs
- Baml2006SchemaContext.cs
- Point3DAnimationUsingKeyFrames.cs
- Triplet.cs
- SettingsPropertyCollection.cs
- OAVariantLib.cs
- ToolStripItem.cs
- TransactionFlowElement.cs
- EllipseGeometry.cs
- TimeSpan.cs
- FixedSOMTable.cs
- IIS7UserPrincipal.cs
- EntityDesignerDataSourceView.cs
- XmlCustomFormatter.cs
- AsymmetricKeyExchangeFormatter.cs
- FieldBuilder.cs
- IWorkflowDebuggerService.cs
- DocumentSchemaValidator.cs
- LocationUpdates.cs
- ScriptControl.cs
- ConsumerConnectionPoint.cs
- SiteMapNodeCollection.cs
- NamespaceCollection.cs
- UnsafeNativeMethods.cs
- SqlBulkCopyColumnMappingCollection.cs
- FileLogRecord.cs
- AsyncCompletedEventArgs.cs
- DesignTableCollection.cs
- WeakReferenceList.cs
- BamlLocalizabilityResolver.cs
- BindingUtils.cs
- ExpressionPrefixAttribute.cs
- TargetPerspective.cs
- BufferedGraphicsManager.cs
- TargetConverter.cs
- RequestNavigateEventArgs.cs
- DesignOnlyAttribute.cs
- XmlNamedNodeMap.cs
- StoragePropertyMapping.cs
- HttpContextServiceHost.cs
- PostBackOptions.cs
- SqlBulkCopyColumnMappingCollection.cs
- DesignBindingEditor.cs
- OleDbEnumerator.cs
- CompletionBookmark.cs
- RootBrowserWindowProxy.cs
- TextServicesManager.cs
- WindowsRebar.cs
- ProgramNode.cs
- TextureBrush.cs
- Int32EqualityComparer.cs
- BufferAllocator.cs
- ReadWriteSpinLock.cs
- IndexingContentUnit.cs
- SqlGatherConsumedAliases.cs
- initElementDictionary.cs
- ExceptionHandler.cs
- OverrideMode.cs
- EmptyEnumerable.cs
- SqlInternalConnectionSmi.cs
- UnsafeNativeMethods.cs
- ChannelDispatcherCollection.cs
- ProcessRequestArgs.cs
- XsltFunctions.cs
- EventLogPermission.cs
- ExpressionBuilderCollection.cs
- InputProcessorProfiles.cs