Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / HeaderFilter.cs / 1 / HeaderFilter.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.ServiceModel.Channels; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Runtime.Serialization; using System.ServiceModel.Diagnostics; abstract class HeaderFilter : MessageFilter { protected HeaderFilter() : base() { } public override bool Match(MessageBuffer buffer) { if (buffer == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("buffer"); } Message message = buffer.CreateMessage(); try { return Match(message); } finally { message.Close(); } } } } // 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
- PartialList.cs
- SmiContextFactory.cs
- FrameworkElement.cs
- AnnouncementInnerClient11.cs
- Symbol.cs
- diagnosticsswitches.cs
- PriorityQueue.cs
- ExpandButtonVisibilityConverter.cs
- StyleModeStack.cs
- LostFocusEventManager.cs
- StylusPointDescription.cs
- RuleSetCollection.cs
- XmlCompatibilityReader.cs
- Parameter.cs
- Content.cs
- SmiContext.cs
- NativeBuffer.cs
- FieldNameLookup.cs
- AssemblyCollection.cs
- Label.cs
- EntityDesignerDataSourceView.cs
- IChannel.cs
- XmlSerializableServices.cs
- TemplateNameScope.cs
- MultiBinding.cs
- LayoutTable.cs
- WebPartEventArgs.cs
- XXXInfos.cs
- DataGridClipboardCellContent.cs
- FileDetails.cs
- RawStylusInput.cs
- SelectionList.cs
- HtmlShimManager.cs
- DateTimeValueSerializer.cs
- ActionItem.cs
- RewritingValidator.cs
- OdbcException.cs
- documentsequencetextcontainer.cs
- RemoteCryptoRsaServiceProvider.cs
- Menu.cs
- Zone.cs
- ValidatingReaderNodeData.cs
- Selection.cs
- BaseParser.cs
- IndexedWhereQueryOperator.cs
- PostBackOptions.cs
- GenericPrincipal.cs
- ApplicationSecurityInfo.cs
- PixelFormat.cs
- ClientSettingsProvider.cs
- TimeSpanMinutesConverter.cs
- HMACSHA1.cs
- TemplateGroupCollection.cs
- InfocardExtendedInformationEntry.cs
- WindowsFormsHostPropertyMap.cs
- ExceptionUtil.cs
- TextEmbeddedObject.cs
- ToolBar.cs
- ClientOperation.cs
- BitmapEffect.cs
- MULTI_QI.cs
- PublishLicense.cs
- BStrWrapper.cs
- Parallel.cs
- FontDifferentiator.cs
- DynamicILGenerator.cs
- InternalConfigEventArgs.cs
- MinimizableAttributeTypeConverter.cs
- TimelineGroup.cs
- PagesChangedEventArgs.cs
- TemplateBindingExtension.cs
- SettingsSection.cs
- BaseDataList.cs
- DirectoryInfo.cs
- SelectionEditingBehavior.cs
- ChannelSinkStacks.cs
- ListenerHandler.cs
- ConvertEvent.cs
- InvalidProgramException.cs
- HashHelper.cs
- DiffuseMaterial.cs
- PriorityQueue.cs
- SID.cs
- DiscoveryClientReferences.cs
- BaseDataBoundControlDesigner.cs
- StorageConditionPropertyMapping.cs
- CollectionType.cs
- Oid.cs
- PaperSource.cs
- SQLInt16Storage.cs
- DataGridColumnCollection.cs
- XslNumber.cs
- PackWebRequest.cs
- StrokeNode.cs
- TextElementEnumerator.cs
- Camera.cs
- PingOptions.cs
- ToolboxDataAttribute.cs
- COM2PictureConverter.cs
- ServiceThrottle.cs