Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / AllowedAudienceUriElementCollection.cs / 1 / AllowedAudienceUriElementCollection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Configuration; [ConfigurationCollection(typeof(AllowedAudienceUriElement), CollectionType = ConfigurationElementCollectionType.BasicMap)] public sealed partial class AllowedAudienceUriElementCollection : ServiceModelConfigurationElementCollection{ public AllowedAudienceUriElementCollection() : base(ConfigurationElementCollectionType.BasicMap, ConfigurationStrings.Add) { } protected override ConfigurationElement CreateNewElement() { return new AllowedAudienceUriElement(); } protected override object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } AllowedAudienceUriElement configElementKey = (AllowedAudienceUriElement)element; return configElementKey.AllowedAudienceUri; } protected override bool ThrowOnDuplicate { get { return true; } } } } // 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
- DynamicDiscoveryDocument.cs
- PtsHost.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- DynamicDataRouteHandler.cs
- Debug.cs
- XslTransform.cs
- EventMap.cs
- Int64AnimationBase.cs
- ParseHttpDate.cs
- ArraySegment.cs
- ToolTipService.cs
- WebPartMenuStyle.cs
- HtmlLink.cs
- EdmError.cs
- SqlClientMetaDataCollectionNames.cs
- DataColumnChangeEvent.cs
- PolicyManager.cs
- DataGridViewTopLeftHeaderCell.cs
- Simplifier.cs
- HttpListenerException.cs
- DeploymentSectionCache.cs
- UITypeEditor.cs
- QilInvoke.cs
- ApplicationServicesHostFactory.cs
- SchemaTypeEmitter.cs
- VoiceChangeEventArgs.cs
- SystemDiagnosticsSection.cs
- EventEntry.cs
- StylusCaptureWithinProperty.cs
- NavigationWindow.cs
- RpcCryptoContext.cs
- SqlNodeTypeOperators.cs
- DictionaryManager.cs
- SemanticAnalyzer.cs
- VideoDrawing.cs
- SqlTypesSchemaImporter.cs
- PluralizationServiceUtil.cs
- ExtenderControl.cs
- CalendarDay.cs
- References.cs
- DetailsViewUpdateEventArgs.cs
- HtmlShim.cs
- HTMLTextWriter.cs
- ExceptionNotification.cs
- ContainerUtilities.cs
- AccessControlEntry.cs
- SqlRowUpdatedEvent.cs
- AutomationAttributeInfo.cs
- MouseGestureConverter.cs
- Activation.cs
- CollectionType.cs
- DynamicField.cs
- DateTimeOffsetAdapter.cs
- LinqDataSourceValidationException.cs
- AlphaSortedEnumConverter.cs
- ParallelTimeline.cs
- ScriptHandlerFactory.cs
- UpdatePanelTrigger.cs
- XamlWrappingReader.cs
- MemberRelationshipService.cs
- ColumnBinding.cs
- DataComponentMethodGenerator.cs
- InkCanvasInnerCanvas.cs
- ContextMenuStripGroup.cs
- KernelTypeValidation.cs
- XmlSchemaSimpleType.cs
- WizardDesigner.cs
- StringComparer.cs
- Ports.cs
- MailDefinition.cs
- TextMetrics.cs
- PropertyTabAttribute.cs
- _HTTPDateParse.cs
- Matrix.cs
- AppDomainAttributes.cs
- ClientUrlResolverWrapper.cs
- Collection.cs
- HttpValueCollection.cs
- ConsumerConnectionPointCollection.cs
- CompilerCollection.cs
- InputLanguageProfileNotifySink.cs
- FixedBufferAttribute.cs
- List.cs
- MemberPathMap.cs
- DataChangedEventManager.cs
- CmsInterop.cs
- LinkLabelLinkClickedEvent.cs
- ContentType.cs
- ResourceExpression.cs
- Version.cs
- AppSettingsReader.cs
- SafeNativeMethods.cs
- Mapping.cs
- XmlSchemaGroup.cs
- QueryCreatedEventArgs.cs
- EventLogPermission.cs
- BufferedGraphicsContext.cs
- StateDesigner.cs
- CustomError.cs
- ZipIOCentralDirectoryDigitalSignature.cs