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
- ClientSponsor.cs
- xml.cs
- RoleServiceManager.cs
- RectangleHotSpot.cs
- PropertyPathWorker.cs
- FontCacheLogic.cs
- AtomMaterializerLog.cs
- DrawingCollection.cs
- KeyInfo.cs
- XmlNodeReader.cs
- ArrayTypeMismatchException.cs
- UnSafeCharBuffer.cs
- WebPartExportVerb.cs
- MemberPathMap.cs
- HtmlTable.cs
- TypeUtil.cs
- Point3D.cs
- Expressions.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DataContractSerializerOperationFormatter.cs
- ElementHostAutomationPeer.cs
- IIS7WorkerRequest.cs
- BuildResult.cs
- LoginAutoFormat.cs
- OperatorExpressions.cs
- serverconfig.cs
- DataSysAttribute.cs
- XsdBuildProvider.cs
- PerfCounters.cs
- DataPagerField.cs
- EntityRecordInfo.cs
- EventSourceCreationData.cs
- LoginDesignerUtil.cs
- ObjectDataProvider.cs
- StyleXamlParser.cs
- BamlResourceDeserializer.cs
- EmptyCollection.cs
- VectorConverter.cs
- UriPrefixTable.cs
- BuildProviderAppliesToAttribute.cs
- EventPrivateKey.cs
- EntityException.cs
- HostingEnvironmentSection.cs
- XamlTemplateSerializer.cs
- QueryTaskGroupState.cs
- ClientData.cs
- SqlConnectionPoolGroupProviderInfo.cs
- OpacityConverter.cs
- MetabaseSettings.cs
- CustomCredentialPolicy.cs
- COMException.cs
- TextEditorCharacters.cs
- Missing.cs
- ReceiveSecurityHeader.cs
- GacUtil.cs
- Parser.cs
- GestureRecognitionResult.cs
- Int32CollectionConverter.cs
- HuffmanTree.cs
- DurationConverter.cs
- SchemaReference.cs
- FunctionCommandText.cs
- WindowsStatusBar.cs
- SetStoryboardSpeedRatio.cs
- BasicExpressionVisitor.cs
- SettingsContext.cs
- httpserverutility.cs
- BaseTemplateBuildProvider.cs
- SrgsSubset.cs
- InputProcessorProfilesLoader.cs
- XmlDesigner.cs
- ValidatorCollection.cs
- TdsParserHelperClasses.cs
- HttpContext.cs
- DataGridAddNewRow.cs
- GradientBrush.cs
- WindowsFormsHelpers.cs
- ExeConfigurationFileMap.cs
- AccessDataSourceView.cs
- Slider.cs
- SiteMapPath.cs
- AssociationTypeEmitter.cs
- SessionStateModule.cs
- BuildResult.cs
- TypeDescriptionProviderAttribute.cs
- ToolStripItem.cs
- BitmapDownload.cs
- InvalidProgramException.cs
- AlphaSortedEnumConverter.cs
- SchemaAttDef.cs
- SQLCharsStorage.cs
- AgileSafeNativeMemoryHandle.cs
- XmlSerializableWriter.cs
- AppModelKnownContentFactory.cs
- CryptoStream.cs
- SSmlParser.cs
- CodeCompileUnit.cs
- ContextProperty.cs
- LostFocusEventManager.cs
- Viewport2DVisual3D.cs