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
- PreviewPrintController.cs
- PreservationFileReader.cs
- TraceHandler.cs
- ToolStripMenuItemDesigner.cs
- HtmlShim.cs
- Delegate.cs
- ZoneButton.cs
- SchemaName.cs
- AssertFilter.cs
- _LocalDataStore.cs
- LinqDataView.cs
- AssemblyGen.cs
- CaretElement.cs
- RuntimeResourceSet.cs
- XmlMapping.cs
- ScrollItemPattern.cs
- XsltLibrary.cs
- RayMeshGeometry3DHitTestResult.cs
- ProxyGenerator.cs
- WorkflowInlining.cs
- ArgIterator.cs
- CheckBoxRenderer.cs
- Action.cs
- Pen.cs
- SqlUserDefinedAggregateAttribute.cs
- ItemCollection.cs
- CollectionViewSource.cs
- WindowInteractionStateTracker.cs
- ThrowOnMultipleAssignment.cs
- TreeNodeCollection.cs
- WebPartEditorOkVerb.cs
- PersonalizationProvider.cs
- DbTransaction.cs
- GeometryCombineModeValidation.cs
- ReadOnlyHierarchicalDataSource.cs
- RpcResponse.cs
- PointAnimationClockResource.cs
- CDSsyncETWBCLProvider.cs
- RijndaelManagedTransform.cs
- TextDecorationLocationValidation.cs
- DefaultValueAttribute.cs
- Pen.cs
- BaseHashHelper.cs
- RecommendedAsConfigurableAttribute.cs
- TimeSpanSecondsConverter.cs
- RootAction.cs
- SimpleTypeResolver.cs
- XhtmlStyleClass.cs
- ConfigXmlDocument.cs
- InstanceDataCollectionCollection.cs
- WebPartHelpVerb.cs
- ChangeNode.cs
- ProjectionAnalyzer.cs
- SoapMessage.cs
- AssemblyResourceLoader.cs
- DataGridViewMethods.cs
- FtpWebRequest.cs
- GenericEnumConverter.cs
- DelegateHelpers.Generated.cs
- SystemException.cs
- StreamUpgradeInitiator.cs
- CallbackValidatorAttribute.cs
- TextBlock.cs
- EntityTypeEmitter.cs
- _TimerThread.cs
- SizeIndependentAnimationStorage.cs
- TransformGroup.cs
- HtmlInputControl.cs
- SelectingProviderEventArgs.cs
- Message.cs
- WindowShowOrOpenTracker.cs
- ValidationResult.cs
- HwndSourceKeyboardInputSite.cs
- NullRuntimeConfig.cs
- VectorValueSerializer.cs
- Config.cs
- ELinqQueryState.cs
- TextAutomationPeer.cs
- MonitorWrapper.cs
- ToolStripDropDownItem.cs
- ListViewDataItem.cs
- SchemaTableColumn.cs
- PathGeometry.cs
- BamlRecords.cs
- WebPart.cs
- ValidationPropertyAttribute.cs
- ResourceReader.cs
- RegexGroup.cs
- columnmapfactory.cs
- StrokeCollectionConverter.cs
- IPHostEntry.cs
- CompoundFileStreamReference.cs
- ContentOperations.cs
- AddInDeploymentState.cs
- TableTextElementCollectionInternal.cs
- FileDetails.cs
- ProtocolsConfiguration.cs
- EntityReference.cs
- FontSource.cs
- OdbcStatementHandle.cs