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
- MetafileHeader.cs
- WebPartConnectVerb.cs
- XMLUtil.cs
- EventBuilder.cs
- SaveFileDialog.cs
- HttpException.cs
- AutoGeneratedField.cs
- MenuItem.cs
- SQLBytesStorage.cs
- WebConfigurationHostFileChange.cs
- DiagnosticTraceSource.cs
- xml.cs
- SharedConnectionWorkflowTransactionService.cs
- BaseDataListActionList.cs
- DeploymentSection.cs
- TagPrefixCollection.cs
- NameValueCollection.cs
- TypeSource.cs
- ButtonBase.cs
- XmlAtomicValue.cs
- ClientScriptItemCollection.cs
- TextParagraphCache.cs
- Window.cs
- AutomationEvent.cs
- AnchorEditor.cs
- ErrorWrapper.cs
- ByteRangeDownloader.cs
- NotFiniteNumberException.cs
- SourceFileBuildProvider.cs
- MD5.cs
- ActiveDesignSurfaceEvent.cs
- VisualCollection.cs
- SqlDataSourceEnumerator.cs
- HashCryptoHandle.cs
- PerfCounters.cs
- ListDesigner.cs
- DebugView.cs
- FixedHighlight.cs
- ThreadSafeList.cs
- Main.cs
- CmsInterop.cs
- ExpressionReplacer.cs
- TextBounds.cs
- DispatchWrapper.cs
- SingleAnimationUsingKeyFrames.cs
- ViewManagerAttribute.cs
- RowToFieldTransformer.cs
- DataException.cs
- SafeBitVector32.cs
- SortedDictionary.cs
- CounterSample.cs
- SelectionPatternIdentifiers.cs
- SqlUtil.cs
- DataGridPagerStyle.cs
- ErrorFormatterPage.cs
- MediaPlayer.cs
- TypeInitializationException.cs
- ApplicationGesture.cs
- XmlSchemaComplexContentRestriction.cs
- UIElement3D.cs
- TrackingProfileManager.cs
- RemoteWebConfigurationHostServer.cs
- Win32KeyboardDevice.cs
- ScrollChrome.cs
- WindowsStartMenu.cs
- InvalidProgramException.cs
- EdmPropertyAttribute.cs
- AdministrationHelpers.cs
- DrawingAttributes.cs
- AsyncResult.cs
- LogicalExpr.cs
- ValidationContext.cs
- BamlBinaryReader.cs
- CacheDict.cs
- RuleCache.cs
- RectangleGeometry.cs
- UIElementParaClient.cs
- XmlCustomFormatter.cs
- MenuCommandService.cs
- SurrogateEncoder.cs
- SelectedGridItemChangedEvent.cs
- EntityConnectionStringBuilder.cs
- XmlNotation.cs
- PlainXmlDeserializer.cs
- DataRowExtensions.cs
- FixedTextSelectionProcessor.cs
- versioninfo.cs
- SqlDataSourceView.cs
- PathFigureCollectionConverter.cs
- TimeSpanSecondsConverter.cs
- GetWinFXPath.cs
- DebugHandleTracker.cs
- RequestCache.cs
- TemplateAction.cs
- AddInControllerImpl.cs
- DocumentScope.cs
- SystemDiagnosticsSection.cs
- ObjectDataSourceStatusEventArgs.cs
- SafeEventLogWriteHandle.cs
- ContextItem.cs