-
Notifications
You must be signed in to change notification settings - Fork 1
HttpEndpointBehavior
Pedro Felix edited this page Feb 23, 2011
·
1 revision
- Configures the WCF runtime, namely the service model layer, to behave according to the new HTTP model
- Constructor receives an HttpHostConfiguration, which is used for
- configure the instance provider
- define the set of request and response processors
-
Initializes endpoint dispatcher
- AddressFilter is set to PrefixEndpointAddressMessageFilter
- ContractFilter is set to MatchAllMessageFilter
-
If configuration provides an IInstanceFactory, set it into the dispatch runtime
-
Set MethodAndUriTemplateOperationSelector as the runtime operation selector
- ...
-
For each operation in the contract
- Set the HttpPipelineFormatter as the dispatch formatter