Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Dispatcher / MatchNoneMessageFilter.cs / 1 / MatchNoneMessageFilter.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 MatchNoneMessageFilter : MessageFilter { public MatchNoneMessageFilter() : base() { } public override bool Match(MessageBuffer messageBuffer) { if(messageBuffer == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("messageBuffer"); } return false; } public override bool Match(Message message) { if(message == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("message"); } return false; } } } // 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
- Mappings.cs
- HttpWriter.cs
- WinFormsSecurity.cs
- StoryFragments.cs
- CompoundFileStreamReference.cs
- ScaleTransform.cs
- BuildManagerHost.cs
- DiagnosticTraceSource.cs
- FrameworkReadOnlyPropertyMetadata.cs
- Label.cs
- Storyboard.cs
- Int32AnimationBase.cs
- UserControl.cs
- ISAPIWorkerRequest.cs
- EUCJPEncoding.cs
- PriorityItem.cs
- Calendar.cs
- _ListenerRequestStream.cs
- TextControl.cs
- ApplicationServicesHostFactory.cs
- SessionStateSection.cs
- PlanCompilerUtil.cs
- DataColumnPropertyDescriptor.cs
- DispatcherEventArgs.cs
- CodeMethodInvokeExpression.cs
- QuaternionIndependentAnimationStorage.cs
- DataServiceEntityAttribute.cs
- SourceFileInfo.cs
- AvTraceDetails.cs
- VarInfo.cs
- ConstraintCollection.cs
- shaperfactory.cs
- EditableTreeList.cs
- DebuggerAttributes.cs
- diagnosticsswitches.cs
- DBDataPermissionAttribute.cs
- SecurityContext.cs
- XMLUtil.cs
- VectorAnimation.cs
- ColorKeyFrameCollection.cs
- ExtensionWindowHeader.cs
- UriParserTemplates.cs
- HttpHandlerAction.cs
- UnconditionalPolicy.cs
- _NestedSingleAsyncResult.cs
- UriWriter.cs
- ServiceBusyException.cs
- SchemaReference.cs
- PenLineJoinValidation.cs
- LinkGrep.cs
- ECDsa.cs
- ToolStripItemRenderEventArgs.cs
- ListSourceHelper.cs
- ConfigurationValue.cs
- UnmanagedMarshal.cs
- LicFileLicenseProvider.cs
- EncoderFallback.cs
- ParameterExpression.cs
- XmlSchemaFacet.cs
- DrawingCollection.cs
- Expression.DebuggerProxy.cs
- DependencyPropertyKind.cs
- SessionEndingEventArgs.cs
- HelloOperationAsyncResult.cs
- JsonReader.cs
- BaseDataList.cs
- SiteMembershipCondition.cs
- AppliedDeviceFiltersEditor.cs
- XmlSerializerVersionAttribute.cs
- ErrorFormatterPage.cs
- TextSpanModifier.cs
- HttpApplication.cs
- ClientOptions.cs
- SettingsProperty.cs
- ResourceDescriptionAttribute.cs
- AsyncMethodInvoker.cs
- VerificationAttribute.cs
- ServiceHostingEnvironment.cs
- XmlNodeChangedEventArgs.cs
- Error.cs
- DragEventArgs.cs
- Label.cs
- Process.cs
- BaseComponentEditor.cs
- JournalEntry.cs
- DataTablePropertyDescriptor.cs
- URIFormatException.cs
- Select.cs
- TriggerAction.cs
- MutableAssemblyCacheEntry.cs
- SimpleBitVector32.cs
- Substitution.cs
- EntityParameter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- KeyConstraint.cs
- UnsafeMethods.cs
- SchemaTableColumn.cs
- ExtenderHelpers.cs
- bidPrivateBase.cs
- OptionalColumn.cs