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
- InstanceContextMode.cs
- ProfileService.cs
- CollectionsUtil.cs
- SmtpNegotiateAuthenticationModule.cs
- CompilerResults.cs
- ScriptingRoleServiceSection.cs
- MgmtConfigurationRecord.cs
- SqlHelper.cs
- NativeMethods.cs
- RawTextInputReport.cs
- NullableIntSumAggregationOperator.cs
- ListenerSessionConnectionReader.cs
- InvariantComparer.cs
- ICspAsymmetricAlgorithm.cs
- TransactionScope.cs
- ConfigXmlSignificantWhitespace.cs
- AnnotationHelper.cs
- CustomAttributeSerializer.cs
- CodeTryCatchFinallyStatement.cs
- HttpResponse.cs
- TaskFileService.cs
- Label.cs
- TextCharacters.cs
- IncrementalCompileAnalyzer.cs
- MasterPageCodeDomTreeGenerator.cs
- OneWayBindingElement.cs
- RegexCode.cs
- DirectoryObjectSecurity.cs
- MergeFilterQuery.cs
- PartialArray.cs
- _LazyAsyncResult.cs
- KeyInterop.cs
- ReflectionServiceProvider.cs
- DataSourceControlBuilder.cs
- MimeBasePart.cs
- HttpAsyncResult.cs
- PageBreakRecord.cs
- BaseResourcesBuildProvider.cs
- DBNull.cs
- WebAdminConfigurationHelper.cs
- XmlAttribute.cs
- XmlSchemaObjectTable.cs
- DirectoryGroupQuery.cs
- SafeFindHandle.cs
- UpdateTranslator.cs
- Pkcs7Signer.cs
- HashAlgorithm.cs
- D3DImage.cs
- HttpListenerRequest.cs
- Clipboard.cs
- SectionVisual.cs
- PageClientProxyGenerator.cs
- CodeDomSerializerBase.cs
- SqlDependencyListener.cs
- DecimalAnimationUsingKeyFrames.cs
- AdditionalEntityFunctions.cs
- EpmContentDeSerializer.cs
- RectangleGeometry.cs
- XdrBuilder.cs
- Hashtable.cs
- StateChangeEvent.cs
- ScriptReferenceEventArgs.cs
- ConstNode.cs
- StyleSheetRefUrlEditor.cs
- WorkflowQueuingService.cs
- CheckBoxAutomationPeer.cs
- HyperLinkStyle.cs
- XPathAxisIterator.cs
- FontWeight.cs
- EventLogEntryCollection.cs
- MetadataUtil.cs
- DbProviderServices.cs
- Brush.cs
- ObjectSecurity.cs
- CacheChildrenQuery.cs
- RoleService.cs
- LinqDataSource.cs
- EnumValAlphaComparer.cs
- RoleServiceManager.cs
- BuildDependencySet.cs
- CodeArrayCreateExpression.cs
- TypeInitializationException.cs
- CodeMethodReturnStatement.cs
- CloseSequence.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- ResourcePermissionBase.cs
- indexingfiltermarshaler.cs
- StringFormat.cs
- XmlSerializationGeneratedCode.cs
- NameTable.cs
- InvokeWebService.cs
- ExtensionDataReader.cs
- ToolBarButtonClickEvent.cs
- SkewTransform.cs
- CancelEventArgs.cs
- HttpModuleActionCollection.cs
- PropertyDescriptorGridEntry.cs
- Soap.cs
- AssemblyBuilder.cs
- DrawingCollection.cs