Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / EndpointBehaviorElementCollection.cs / 1 / EndpointBehaviorElementCollection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Collections; using System.Configuration; using System.Globalization; [ConfigurationCollection(typeof(EndpointBehaviorElement), AddItemName = ConfigurationStrings.Behavior)] public sealed class EndpointBehaviorElementCollection : ServiceModelEnhancedConfigurationElementCollection{ public EndpointBehaviorElementCollection() : base(ConfigurationStrings.Behavior) { } protected override bool ThrowOnDuplicate { get { return false; } } protected override Object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } EndpointBehaviorElement configElementKey = (EndpointBehaviorElement)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
- VariableElement.cs
- DataViewManagerListItemTypeDescriptor.cs
- DrawListViewColumnHeaderEventArgs.cs
- StrongNameMembershipCondition.cs
- SolidColorBrush.cs
- ObjectViewFactory.cs
- EnumConverter.cs
- DocumentPageView.cs
- CompatibleIComparer.cs
- LoginStatusDesigner.cs
- AvTraceFormat.cs
- SQLRoleProvider.cs
- DoubleAnimationClockResource.cs
- HtmlTableRow.cs
- SocketElement.cs
- CopyNamespacesAction.cs
- StringReader.cs
- WindowsGrip.cs
- CreateUserErrorEventArgs.cs
- CodePageEncoding.cs
- ConstraintCollection.cs
- OutputWindow.cs
- CodeTypeReferenceCollection.cs
- XPathAxisIterator.cs
- ReadWriteObjectLock.cs
- Cursors.cs
- CustomErrorCollection.cs
- NeutralResourcesLanguageAttribute.cs
- PrintPreviewGraphics.cs
- MatrixCamera.cs
- EventEntry.cs
- VirtualPathUtility.cs
- DataGridCommandEventArgs.cs
- ReaderContextStackData.cs
- DeviceContext2.cs
- ColumnWidthChangingEvent.cs
- Parameter.cs
- TextFormatterImp.cs
- CatalogZone.cs
- TypedDataSourceCodeGenerator.cs
- KerberosSecurityTokenParameters.cs
- BackStopAuthenticationModule.cs
- ResourceDictionaryCollection.cs
- DeviceSpecificDialogCachedState.cs
- Int16Animation.cs
- HtmlButton.cs
- Activation.cs
- TripleDES.cs
- XmlQueryRuntime.cs
- IEnumerable.cs
- TimeStampChecker.cs
- ScriptIgnoreAttribute.cs
- MediaEntryAttribute.cs
- DataRelationCollection.cs
- CodeDelegateCreateExpression.cs
- BaseValidatorDesigner.cs
- WebPartCloseVerb.cs
- ApplicationFileParser.cs
- PointAnimationClockResource.cs
- ThreadStaticAttribute.cs
- basenumberconverter.cs
- CodeExporter.cs
- FixedTextContainer.cs
- TextTreeNode.cs
- PaintEvent.cs
- RSAPKCS1KeyExchangeFormatter.cs
- RecognitionResult.cs
- VScrollProperties.cs
- BitmapEffectDrawingContent.cs
- XhtmlTextWriter.cs
- SequenceDesigner.cs
- DocumentPaginator.cs
- XmlSerializationWriter.cs
- DataSourceSelectArguments.cs
- DefaultAsyncDataDispatcher.cs
- MarkupExtensionParser.cs
- SrgsOneOf.cs
- RouteUrlExpressionBuilder.cs
- HttpConfigurationSystem.cs
- Tuple.cs
- TreeViewEvent.cs
- ListViewSelectEventArgs.cs
- SmtpAuthenticationManager.cs
- LinqToSqlWrapper.cs
- DecimalStorage.cs
- RequestBringIntoViewEventArgs.cs
- PrintingPermission.cs
- TableAdapterManagerMethodGenerator.cs
- HtmlWindowCollection.cs
- TiffBitmapEncoder.cs
- SimpleBitVector32.cs
- WasAdminWrapper.cs
- _SSPISessionCache.cs
- SafeCoTaskMem.cs
- HttpResponseInternalWrapper.cs
- RectIndependentAnimationStorage.cs
- WebPartTracker.cs
- FilterQuery.cs
- MetadataArtifactLoaderCompositeFile.cs
- Stroke2.cs