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
- ToolboxDataAttribute.cs
- DateTimePicker.cs
- Stream.cs
- QueryContinueDragEvent.cs
- ComponentResourceKeyConverter.cs
- WorkflowView.cs
- _CookieModule.cs
- FeatureSupport.cs
- MethodImplAttribute.cs
- FixedSOMPageConstructor.cs
- MimeBasePart.cs
- DataControlFieldCollection.cs
- WebPartMenu.cs
- StringSorter.cs
- SqlMethodAttribute.cs
- ApplicationProxyInternal.cs
- Accessible.cs
- DateTimeUtil.cs
- Empty.cs
- XmlWriterTraceListener.cs
- Argument.cs
- HierarchicalDataBoundControlAdapter.cs
- GPPOINTF.cs
- HtmlToClrEventProxy.cs
- Listen.cs
- HttpDebugHandler.cs
- DictionaryGlobals.cs
- SqlErrorCollection.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- FormatVersion.cs
- MergeFilterQuery.cs
- VisualStyleElement.cs
- DataSourceCache.cs
- DBNull.cs
- ScriptMethodAttribute.cs
- HtmlWindowCollection.cs
- Label.cs
- TableDetailsRow.cs
- CompilerTypeWithParams.cs
- AspProxy.cs
- EmptyStringExpandableObjectConverter.cs
- FactoryGenerator.cs
- PeerResolverBindingElement.cs
- PrimaryKeyTypeConverter.cs
- Button.cs
- clipboard.cs
- Bezier.cs
- RenderData.cs
- ICollection.cs
- BackEase.cs
- Expression.cs
- ZoneMembershipCondition.cs
- MissingMethodException.cs
- InstanceNormalEvent.cs
- MobileControlsSectionHelper.cs
- EventLog.cs
- Directory.cs
- DefaultValueTypeConverter.cs
- NumberSubstitution.cs
- WebBrowserBase.cs
- InitializingNewItemEventArgs.cs
- PeerResolverMode.cs
- Table.cs
- CookieHandler.cs
- ObjectListDesigner.cs
- ItemCheckedEvent.cs
- DependencyPropertyKind.cs
- GregorianCalendarHelper.cs
- OdbcConnectionString.cs
- GridViewDesigner.cs
- HtmlFormWrapper.cs
- DataObjectAttribute.cs
- RoutingExtension.cs
- BevelBitmapEffect.cs
- OleDbErrorCollection.cs
- SiteMap.cs
- DynamicEntity.cs
- QilList.cs
- EmbossBitmapEffect.cs
- SerializationFieldInfo.cs
- StorageComplexPropertyMapping.cs
- MatrixUtil.cs
- XmlStrings.cs
- ObjectDataSourceStatusEventArgs.cs
- SelectionChangedEventArgs.cs
- RemoteHelper.cs
- ContainerFilterService.cs
- InfiniteTimeSpanConverter.cs
- ColumnMapCopier.cs
- RangeValueProviderWrapper.cs
- PageAsyncTask.cs
- ConnectivityStatus.cs
- cache.cs
- XmlChildNodes.cs
- DbConnectionPool.cs
- COM2PropertyPageUITypeConverter.cs
- TimersDescriptionAttribute.cs
- HMACSHA512.cs
- XmlSchemaGroup.cs
- SendMailErrorEventArgs.cs