This element specifies the WebHttpBehavior on an endpoint through configuration. This behavior, when used in conjunction with the <webHttpBinding> standard binding, enables the Web programming model for a Windows Communication Foundation (WCF) service.
<system.serviceModel> <behaviors> <endpointBehaviors> <behavior> of <endpointBehaviors> <webHttp>

Attributes and Elements
Attributes
None.
Child Elements
None.
Parent Elements

See Also
© 2007 Microsoft Corporation. All rights reserved.