Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / MatchAllMessageFilter.cs / 1 / MatchAllMessageFilter.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.ServiceModel.Channels; using System.Diagnostics; using System.Runtime.Serialization; [DataContract] public class MatchAllMessageFilter : MessageFilter { public MatchAllMessageFilter() : base() { } public override bool Match(MessageBuffer messageBuffer) { if(messageBuffer == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("messageBuffer"); } return true; } public override bool Match(Message message) { if(message == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("message"); } return true; } } } // 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
- StrokeNodeData.cs
- PageAsyncTaskManager.cs
- SspiHelper.cs
- GraphicsState.cs
- XmlTextWriter.cs
- DbConnectionPoolGroupProviderInfo.cs
- SqlMethodTransformer.cs
- SqlLiftIndependentRowExpressions.cs
- CodeTypeDelegate.cs
- TextTreeExtractElementUndoUnit.cs
- DataGridLengthConverter.cs
- DrawItemEvent.cs
- _LocalDataStore.cs
- FormViewRow.cs
- HttpConfigurationSystem.cs
- TransactionsSectionGroup.cs
- PathParser.cs
- SafePEFileHandle.cs
- ButtonColumn.cs
- QilTernary.cs
- ConstraintConverter.cs
- mda.cs
- WindowsGrip.cs
- BindingValueChangedEventArgs.cs
- RequestStatusBarUpdateEventArgs.cs
- MultiPropertyDescriptorGridEntry.cs
- FillErrorEventArgs.cs
- QueryResult.cs
- PictureBoxDesigner.cs
- DataTableNewRowEvent.cs
- Classification.cs
- x509utils.cs
- RowType.cs
- PnrpPeerResolverBindingElement.cs
- DataGridViewTextBoxCell.cs
- DetailsViewUpdateEventArgs.cs
- PersonalizationAdministration.cs
- ExtenderProviderService.cs
- NativeMethods.cs
- BitmapMetadataEnumerator.cs
- LinkButton.cs
- XmlEncodedRawTextWriter.cs
- DrawingGroupDrawingContext.cs
- TemplateBindingExtensionConverter.cs
- IriParsingElement.cs
- ClaimTypes.cs
- WebMethodAttribute.cs
- SystemDropShadowChrome.cs
- EvidenceBase.cs
- HtmlGenericControl.cs
- DataListCommandEventArgs.cs
- HorizontalAlignConverter.cs
- NavigationEventArgs.cs
- FlowDocumentReaderAutomationPeer.cs
- TextDocumentView.cs
- MimeWriter.cs
- EntityDataSourceConfigureObjectContext.cs
- FilteredDataSetHelper.cs
- EntityDataSourceSelectedEventArgs.cs
- BindingContext.cs
- Speller.cs
- XmlNullResolver.cs
- FilteredAttributeCollection.cs
- DataList.cs
- OutputCacheModule.cs
- followingquery.cs
- SpeechSynthesizer.cs
- WindowsTitleBar.cs
- XmlArrayAttribute.cs
- TabItemWrapperAutomationPeer.cs
- DependencyObjectProvider.cs
- ActiveDocumentEvent.cs
- ContentTextAutomationPeer.cs
- ProxyGenerationError.cs
- UInt64.cs
- PageWrapper.cs
- SynchronizationLockException.cs
- DoubleAverageAggregationOperator.cs
- FileVersion.cs
- IriParsingElement.cs
- ValuePattern.cs
- PrincipalPermission.cs
- XamlValidatingReader.cs
- XmlCDATASection.cs
- DesignConnection.cs
- StylusPointProperties.cs
- DeploymentSectionCache.cs
- WriteableBitmap.cs
- DeferredElementTreeState.cs
- SystemTcpStatistics.cs
- JpegBitmapDecoder.cs
- UnmanagedBitmapWrapper.cs
- StrokeNodeOperations2.cs
- CrossAppDomainChannel.cs
- OneOfElement.cs
- SingletonConnectionReader.cs
- GreenMethods.cs
- Quaternion.cs
- CancellationHandlerDesigner.cs
- PathFigureCollectionValueSerializer.cs