The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
System.ServiceModel.Dispatcher Namespace
.NET Framework 3.0
| Class | Description | |
|---|---|---|
![]() | ActionMessageFilter | Represents a query that tests whether the action of a message is one of a specified set of actions. |
![]() | ChannelDispatcher | |
![]() | ChannelDispatcherBase | Abstract base class for the channel dispatcher that accepts channels and associates them with a service. |
![]() | ClientOperation | |
![]() | ClientRuntime | The insertion point for classes that extend the functionality of Windows Communication Foundation (WCF) client objects for all messages handled by a client application. |
![]() | DispatchOperation | |
![]() | DispatchRuntime | |
![]() | EndpointAddressMessageFilter | |
![]() | EndpointDispatcher | |
![]() | ExceptionHandler | Extend the ExceptionHandler class to create an exception handler for unhandled exceptions that occur within the Windows Communication Foundation (WCF) runtime. |
![]() | FaultContractInfo | Represents information about a SOAP fault that is specified in a FaultContractAttribute attribute. |
![]() | FilterInvalidBodyAccessException | |
![]() | InvalidBodyAccessException | |
![]() | MatchAllMessageFilter | |
![]() | MatchNoneMessageFilter | |
![]() | MessageFilter | abstract base class for different classes of filters used to query messages. |
![]() | MessageFilterException | The base class for the exceptions that are thrown when the quota of nodes inspected by a filter is exceeded. |
![]() | MessageFilterTable | Provides the generic implementation of a filter table. |
![]() | MultipleFilterMatchesException | |
![]() | NavigatorInvalidBodyAccessException | |
![]() | PrefixEndpointAddressMessageFilter | Represents a query that tests whether a message matches an EndpointAddress using a Longest-Prefix Match for the URI component. |
![]() | SeekableXPathNavigator | |
![]() | ServiceThrottle | |
![]() | XPathMessageContext | Defines several XPath functions and namespace mappings commonly used when evaluating XPath expressions against SOAP documents. |
![]() | XPathMessageFilter | |
![]() | XPathMessageFilterTable | Holds a collection of filter/data pairs for efficient matching. |
![]() | XPathNavigatorException |
| Interface | Description | |
|---|---|---|
![]() | ICallContextInitializer | Defines the methods that enable the initialization and recycling of thread-local storage with the thread that invokes user code. |
![]() | IChannelInitializer | Defines the interface to notify a service or client when a channel is created. |
![]() | IClientMessageFormatter | |
![]() | IClientMessageInspector | Defines a message inspector object that can be added to the MessageInspectors collection to view or modify messages. |
![]() | IClientOperationSelector | Defines the contract for an operation selector. |
![]() | IDispatchMessageFormatter | |
![]() | IDispatchMessageInspector | Defines the methods that enable custom inspection or modification of inbound and outbound application messages in service applications. |
![]() | IDispatchOperationSelector | |
![]() | IErrorHandler | Allows an implementer to control the fault message returned to the caller and optionally perform custom error processing such as logging. |
![]() | IInputSessionShutdown | Defines the contract that must be implemented to shut down an input session. |
![]() | IInstanceContextInitializer | Defines the methods necessary to inspect or modify the creation of InstanceContext objects when required. |
![]() | IInstanceContextProvider | |
![]() | IInstanceProvider | Declares methods that provide a service object or recycle a service object for a Windows Communication Foundation (WCF) service. |
![]() | IInteractiveChannelInitializer | Defines the methods that enable a client application to display a user interface to collect identity information prior to creating the channel. |
![]() | IMessageFilterTable | An interface that defines the contract that a filter table must implement to inspect messages with query criteria derived from one or more filters. |
![]() | IOperationInvoker | Declares methods that take an object and an array of parameters extracted from a message, invoke a method on that object with those parameters, and return the method's return value and output parameters. |
![]() | IParameterInspector |
| Delegate | Description | |
|---|---|---|
![]() | InstanceContextIdleCallback | Represents the method that is called when an System.ServiceModel.InstanceContext object has finished processing. |
Community Additions
Show:


