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
- RichListBox.cs
- DbDataAdapter.cs
- ListViewInsertedEventArgs.cs
- CommandSet.cs
- wpf-etw.cs
- BuildManager.cs
- StorageComplexPropertyMapping.cs
- ErrorHandler.cs
- WindowsAuthenticationEventArgs.cs
- DeferredTextReference.cs
- PropertyPathConverter.cs
- ValidationVisibilityAttribute.cs
- RuleProcessor.cs
- GradientBrush.cs
- QilFactory.cs
- PrtCap_Public.cs
- QueryOutputWriterV1.cs
- MetadataUtilsSmi.cs
- ExceptionUtil.cs
- SQLDoubleStorage.cs
- NamespaceImport.cs
- WorkflowMarkupSerializationProvider.cs
- List.cs
- XmlNodeComparer.cs
- BooleanAnimationBase.cs
- ClientRolePrincipal.cs
- XPathAncestorQuery.cs
- AtomContentProperty.cs
- ToolStripSeparatorRenderEventArgs.cs
- CheckableControlBaseAdapter.cs
- CssTextWriter.cs
- TemplatedWizardStep.cs
- BamlReader.cs
- EdmProperty.cs
- BitmapEffectInput.cs
- LinearGradientBrush.cs
- XhtmlBasicPageAdapter.cs
- LabelTarget.cs
- DecoderFallback.cs
- XPathNodeIterator.cs
- TimeIntervalCollection.cs
- UntypedNullExpression.cs
- VScrollProperties.cs
- ObjectDataSource.cs
- StandardBindingElement.cs
- Int64AnimationBase.cs
- EmissiveMaterial.cs
- ProgressBarBrushConverter.cs
- HtmlEmptyTagControlBuilder.cs
- CompilerScope.cs
- NoResizeSelectionBorderGlyph.cs
- Int32RectConverter.cs
- XPathEmptyIterator.cs
- DashStyles.cs
- LicenseException.cs
- AccessDataSourceView.cs
- PassportAuthenticationEventArgs.cs
- Resources.Designer.cs
- OutputCacheSection.cs
- CatalogZone.cs
- CollectionEditor.cs
- HttpHandlerActionCollection.cs
- RequestBringIntoViewEventArgs.cs
- ExtendedProperty.cs
- NativeMethods.cs
- RegionInfo.cs
- XmlAutoDetectWriter.cs
- SignatureResourcePool.cs
- ReferencedCollectionType.cs
- SwitchElementsCollection.cs
- AssemblyName.cs
- TrackingProfileDeserializationException.cs
- HttpClientCertificate.cs
- HeaderedItemsControl.cs
- XPathSelectionIterator.cs
- StringUtil.cs
- AssemblyResourceLoader.cs
- ComplexLine.cs
- PackageRelationshipCollection.cs
- FixedSOMTableRow.cs
- Timeline.cs
- ImplicitInputBrush.cs
- MSHTMLHost.cs
- MergePropertyDescriptor.cs
- SharedDp.cs
- GcSettings.cs
- PageClientProxyGenerator.cs
- WebPartDisplayModeEventArgs.cs
- SEHException.cs
- ShaderRenderModeValidation.cs
- OrderedDictionary.cs
- SamlAttribute.cs
- SafeProcessHandle.cs
- WmfPlaceableFileHeader.cs
- SystemColors.cs
- ElapsedEventArgs.cs
- _NestedSingleAsyncResult.cs
- ImageSource.cs
- CategoryEditor.cs
- WebExceptionStatus.cs