System.ServiceModel.Dispatcher Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Contains the classes and interfaces necessary to modify the run-time execution behavior of client applications.
| Class | Description | |
|---|---|---|
![]() | 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. |
![]() | ClientRuntime | The insertion point for classes that extend the functionality of Windows Phone client objects for all messages handled by a client application. |
![]() | EndpointDispatcher | This class is not supported in the current release of Windows Phone. It is present for compatibility reasons. |
![]() | FaultContractInfo | Represents information about a SOAP fault that is specified in a FaultContractAttribute attribute. |
| Interface | Description | |
|---|---|---|
![]() | IClientMessageFormatter | Defines methods that are used to control the conversion of messages into objects and objects into messages for client applications. |
![]() | IClientOperationSelector | Defines the contract for an operation selector. |
![]() | IDispatchMessageFormatter | Defines methods that deserialize request messages and serialize response messages in an application. |
Show:

