|
Class |
Description |
|
FormatSpecificationBehavior
|
WCF Endpoint behavior intended to be attached to REST endpoints.
Attaches FormatSpecificationInspector to inspect requests and alter their formats as required.
|
|
FormatSpecificationInspector
|
Message inspector intended to be attached to WCF REST endpoints.
Examines incoming requests for "application/json" in the "Accept" header, and sets the response format to Json when present.
|
|
SecureDataServiceHostFactory
|
A service host factory for WCF Data Services that enables role-based security using IAuthorizationPolicy.
|
|
SecureServiceHostFactory
|
A service host factory for WCF Services that enables role-based security using IAuthorizationPolicy.
|