System.ServiceModel.Dispatcher Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes related to dispatching the service model.
Classes
ActionMessageFilter |
Represents a query that tests whether the action of a message is one of a specified set of actions. |
ChannelDispatcher |
A component that accepts channels and associates them with a service. |
ChannelDispatcherBase |
Abstract base class for the channel dispatcher that accepts channels and associates them with a service. |
ChannelDispatcherCollection |
Provides a thread-safe collection that contains channel dispatchers. |
ClientOperation |
Used to modify or extend the execution behavior of a specific contract operation in a client object or client channel object. This class cannot be inherited. |
ClientOperationCompatBase |
Represents a client operation compat base. |
ClientRuntime |
Represents the insertion point for classes that extend the functionality of Windows Communication Foundation (WCF) client objects for all messages handled by a client application. |
ClientRuntimeCompatBase |
Represents a client runtime compat base. |
DispatchOperation |
Used to modify or extend the execution behavior of a specific service operation in a service endpoint. This class cannot be inherited. |
DispatchRuntime |
Exposes properties that can be used to modify default service behavior as well as attach custom objects that can modify how incoming messages are transformed into objects and dispatched to operations. This class cannot be inherited. |
DurableOperationContext |
Provides a set of static methods to gain access to related information and functionality. |
EndpointAddressMessageFilter |
Represents a query that tests whether a message satisfies the requirements of a specified endpoint address. |
EndpointDispatcher |
Represents the run-time object that exposes properties that enable the insertion of run-time extensions or modifications for messages in service applications. |
EndpointNameMessageFilter |
Represents a query that tests whether a message was received on an endpoint with a name that matches the specified name. |
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 |
The exception that is thrown when a filter or filter table attempts to access the body of an unbuffered message. |
InvalidBodyAccessException |
An |
JsonQueryStringConverter |
This class converts a parameter value to and from a JavaScript Object Notation (JSON). |
MatchAllMessageFilter |
Represents a query that is satisfied by every non- |
MatchNoneMessageFilter |
Represents a query that is never satisfied by a message that it tests. |
MessageFilter |
|
MessageFilterException |
The base class for the exceptions that are thrown when the quota of nodes inspected by a filter is exceeded. |
MessageFilterTable<TFilterData> |
Provides the generic implementation of a filter table. |
MessageQuery |
Defines the core behavior of classes used to search for specific correlating data in a message. |
MessageQueryCollection |
A collection of message query objects. |
MessageQueryTable<TItem> |
Manages a collection of message query objects. |
MultipleFilterMatchesException |
The exception that is thrown when multiple filters match, but only one was expected. |
NavigatorInvalidBodyAccessException |
The exception that is thrown when an XPathNavigator is directed to examine the body of an unbuffered message. |
PrefixEndpointAddressMessageFilter |
Represents a query that tests whether a message matches an EndpointAddress using a Longest-Prefix Match for the URI component. |
QueryStringConverter |
This class converts a parameter in a query string to an object of the appropriate type. It can also convert a parameter from an object to its query string representation. |
SeekableXPathNavigator |
Provides read-only, random access to data contained in XML documents and enables efficient querying for specified nodes. |
ServiceThrottle |
Controls the throughput of a service to optimize availability and performance. |
StrictAndMessageFilter |
Represents a query that tests whether a message satisfies both specified MessageFilter objects. |
WebHttpDispatchOperationSelector |
The operation selector that supports the Web programming model. |
XPathMessageContext |
Defines several XPath functions and namespace mappings commonly used when evaluating XPath expressions against SOAP documents. |
XPathMessageFilter |
Represents a query on an XML document defined by an XPath 1.0 expression. |
XPathMessageFilterTable<TFilterData> |
Holds a collection of filter/data pairs for efficient matching. |
XPathMessageQueryCollection |
Contains a collection of XPathMessageQuery objects. |
XPathNavigatorException |
The exception that is thrown when the quota of nodes allowed to be inspected by an |
XPathResult |
Contains the value returned by an XPath query. |
Interfaces
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 |
Defines methods that are used to control the conversion of messages into objects and objects into messages for client applications. |
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 |
Defines methods that deserialize request messages and serialize response messages in a service application. |
IDispatchMessageInspector |
Defines the methods that enable custom inspection or modification of inbound and outbound application messages in service applications. |
IDispatchOperationSelector |
Defines the contract that associates incoming messages with a local operation to customize service execution behavior. |
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 |
Implement to participate in the creation or choosing of a InstanceContext object, especially to enable shared sessions. |
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<TFilterData> |
An |
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 |
Defines the contract implemented by custom parameter inspectors that enables inspection or modification of information prior to and subsequent to calls on either the client or the service. |
Delegates
InstanceContextIdleCallback |
Represents the method that is called when an InstanceContext object has finished processing. |