Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / MessageHeaderDescriptionCollection.cs / 1 / MessageHeaderDescriptionCollection.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Description { using System; using System.ServiceModel.Channels; using System.ServiceModel; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Xml; using System.Runtime.Serialization; public class MessageHeaderDescriptionCollection : KeyedCollection{ internal MessageHeaderDescriptionCollection() : base(null, 4) { } protected override XmlQualifiedName GetKeyForItem(MessageHeaderDescription item) { return new XmlQualifiedName(item.Name, item.Namespace); } } } // 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
- StoreContentChangedEventArgs.cs
- CacheMode.cs
- PointAnimationClockResource.cs
- CallTemplateAction.cs
- MemberMaps.cs
- OrderedDictionaryStateHelper.cs
- UpdatePanelTrigger.cs
- PostBackTrigger.cs
- HostedImpersonationContext.cs
- LineGeometry.cs
- UnsafeNativeMethods.cs
- ExpressionBuilderContext.cs
- FixedSOMLineRanges.cs
- ColorKeyFrameCollection.cs
- ReadWriteSpinLock.cs
- EdmProviderManifest.cs
- EventLogPropertySelector.cs
- DesignerGeometryHelper.cs
- NegotiateStream.cs
- PathParser.cs
- EntityClientCacheKey.cs
- ListViewSelectEventArgs.cs
- TreeViewCancelEvent.cs
- Hyperlink.cs
- DBSchemaTable.cs
- GroupItemAutomationPeer.cs
- Control.cs
- CodeDomConfigurationHandler.cs
- TransactionException.cs
- SelectionRange.cs
- GAC.cs
- ISAPIRuntime.cs
- SessionStateUtil.cs
- DataColumnCollection.cs
- _FtpControlStream.cs
- ListBoxItemWrapperAutomationPeer.cs
- XmlWrappingReader.cs
- ChangePassword.cs
- ProviderCollection.cs
- ReturnEventArgs.cs
- DataTableReader.cs
- Dictionary.cs
- Label.cs
- LinkLabelLinkClickedEvent.cs
- MessageRpc.cs
- TypeRefElement.cs
- FixedSOMTextRun.cs
- Freezable.cs
- QueryOpcode.cs
- SpecialNameAttribute.cs
- ToolboxBitmapAttribute.cs
- DocumentSequence.cs
- BuildProvider.cs
- SafeSerializationManager.cs
- FilterableAttribute.cs
- SocketPermission.cs
- MetafileHeaderWmf.cs
- SettingsPropertyIsReadOnlyException.cs
- ContentFilePart.cs
- GeometryCollection.cs
- DesignerResources.cs
- Function.cs
- AuthenticodeSignatureInformation.cs
- Logging.cs
- SymbolMethod.cs
- InkSerializer.cs
- NavigationEventArgs.cs
- TreeViewImageGenerator.cs
- CodeDOMUtility.cs
- TextServicesCompartment.cs
- SystemIPGlobalProperties.cs
- followingquery.cs
- ELinqQueryState.cs
- AutoScrollHelper.cs
- CTreeGenerator.cs
- ReadWriteObjectLock.cs
- MultipleViewPatternIdentifiers.cs
- ScaleTransform.cs
- TextPenaltyModule.cs
- XmlSchemaComplexContentExtension.cs
- ManifestSignedXml.cs
- MouseActionValueSerializer.cs
- TextSegment.cs
- XmlDocumentType.cs
- SoapSchemaExporter.cs
- CharacterBufferReference.cs
- ViewBase.cs
- CqlParserHelpers.cs
- IImplicitResourceProvider.cs
- TypeConverterHelper.cs
- TableDetailsCollection.cs
- FrameworkContentElementAutomationPeer.cs
- GeneralTransform3D.cs
- PrintDialogException.cs
- EntityCommandCompilationException.cs
- CodeDelegateInvokeExpression.cs
- TextContainerChangeEventArgs.cs
- XmlObjectSerializer.cs
- ColorMap.cs
- ItemDragEvent.cs