Rest |
| Class | Description | |
|---|---|---|
| EndpointDispatcher | The service dispatcher is responsible for linking the HTTP listener to the RestService | |
| EndpointOperation | Represents a linkage between an endpoint and an operation | |
| OperationDispatcher | Represents a dispatcher that routes messages to a particular method | |
| RestOperationContext | Represents the current operation context for the rest service thread | |
| RestServerThreadPool | Represents a rest server thread pool | |
| RestService | Represents a simple HttpRestServer | |
| ServiceDispatcher | Represents a dispatcher that can call / invoke requests | |
| ServiceEndpoint | Represents an endpoint on an HTTP Rest Server |
| Interface | Description | |
|---|---|---|
| IAuthorizationServicePolicy | Service behavior which authorizes users | |
| IDispatchFormatter | Do not use this type. Use IDispatchMessageFormatter instead. | |
| IDispatchMessageFormatter | Handles deserialization and serialization to a message format. | |
| IEndpointBehavior | Represents a behavior on an endpoint | |
| IEndpointBinding | Represents an endpoint binding for the specific endpoint | |
| IMessageInspector | Represents a message inspector | |
| IOperationBehavior | Represents a behavior on an endpoint | |
| IOperationPolicy | Represents a policy on the specified service. Policies can be used to authenticate users, etc. | |
| IRestServiceFactory | Represents a class which can be used to create new services | |
| IServiceBehavior | Represents a behaviour on an service | |
| IServiceErrorHandler | Represents a class which can handle service faults | |
| IServicePolicy | Represents a policy on the specified service. Policies can be used to authenticate users, etc. |