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
- TabControlAutomationPeer.cs
- InputBindingCollection.cs
- ObjectAssociationEndMapping.cs
- SqlDataSource.cs
- ParserStack.cs
- Selection.cs
- XpsSerializerWriter.cs
- BamlLocalizableResourceKey.cs
- SkewTransform.cs
- ExpressionBindings.cs
- CustomExpressionEventArgs.cs
- ArrayExtension.cs
- ToolStripOverflowButton.cs
- XamlBrushSerializer.cs
- _NestedSingleAsyncResult.cs
- DateTimeOffsetStorage.cs
- CompilerScopeManager.cs
- Splitter.cs
- PrimitiveXmlSerializers.cs
- MemberMemberBinding.cs
- SchemaTableOptionalColumn.cs
- FontFamilyConverter.cs
- SizeAnimation.cs
- RegexInterpreter.cs
- TextEffect.cs
- ContractHandle.cs
- ContextStack.cs
- ClientSettingsSection.cs
- UInt32.cs
- RefreshPropertiesAttribute.cs
- ResourcesChangeInfo.cs
- Latin1Encoding.cs
- DataSource.cs
- PluralizationServiceUtil.cs
- SmtpLoginAuthenticationModule.cs
- HttpProfileBase.cs
- MultiAsyncResult.cs
- SoapFormatter.cs
- TemplateColumn.cs
- XmlNodeChangedEventManager.cs
- infer.cs
- UITypeEditors.cs
- DataGridViewCheckBoxCell.cs
- SqlDesignerDataSourceView.cs
- HttpHandlerActionCollection.cs
- KeyedCollection.cs
- PrivateFontCollection.cs
- TabControlEvent.cs
- MenuCommand.cs
- PointCollectionConverter.cs
- XhtmlBasicObjectListAdapter.cs
- IisTraceListener.cs
- CustomAssemblyResolver.cs
- DragDropHelper.cs
- TableRowsCollectionEditor.cs
- HierarchicalDataSourceControl.cs
- IODescriptionAttribute.cs
- OdbcConnectionStringbuilder.cs
- ObjectViewListener.cs
- TabControlCancelEvent.cs
- XmlSecureResolver.cs
- CodeAssignStatement.cs
- XsdDuration.cs
- DataViewSettingCollection.cs
- PropertyItem.cs
- SafeNativeMethodsCLR.cs
- CustomPopupPlacement.cs
- ImageMapEventArgs.cs
- LinqDataSourceStatusEventArgs.cs
- _CookieModule.cs
- ExpressionsCollectionEditor.cs
- RuntimeIdentifierPropertyAttribute.cs
- DataGridViewCheckBoxColumn.cs
- BufferedOutputStream.cs
- OperationResponse.cs
- BoundsDrawingContextWalker.cs
- HtmlTitle.cs
- PropertyBuilder.cs
- UIElementIsland.cs
- ACL.cs
- ValueTable.cs
- BaseCollection.cs
- ArrayElementGridEntry.cs
- ZipIOLocalFileBlock.cs
- DataGridState.cs
- PermissionSet.cs
- Timer.cs
- MaskedTextBoxTextEditor.cs
- Storyboard.cs
- FixedSOMContainer.cs
- WhileDesigner.xaml.cs
- OdbcParameter.cs
- QuotedStringFormatReader.cs
- RelationshipConverter.cs
- ListViewItemSelectionChangedEvent.cs
- Transform.cs
- TextTreeTextElementNode.cs
- StylusLogic.cs
- TextRunCacheImp.cs
- RemoteWebConfigurationHostServer.cs