Skip to content

Commit

Permalink
Merge pull request dotnet#2897 from hanislovingit/patch-1
Browse files Browse the repository at this point in the history
Update webhttpbinding.md
  • Loading branch information
Ron Petrusha committed Aug 16, 2017
2 parents 883bbb8 + eb66f91 commit 76883fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Defines a binding element that is used to configure endpoints for [!INCLUDE[indi
|[\<bindings>](../../../../../docs/framework/configure-apps/file-schema/wcf/bindings.md)|This element holds a collection of standard and custom bindings.|

## Remarks
The [!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] Web Programming Model allows developers to expose [!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] Web services through HTTP requests that use "plain old XML" (POX) style messaging instead of SOAP-based messaging. For clients to communicate with a service using HTTP requests, an endpoint of the service must be configured with the [\<wsHttpBinding>](../../../../../docs/framework/configure-apps/file-schema/wcf/wshttpbinding.md) that has the \<WebHttpBehavior> attached to it.
The [!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] Web Programming Model allows developers to expose [!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] Web services through HTTP requests that use "plain old XML" (POX) style messaging instead of SOAP-based messaging. For clients to communicate with a service using HTTP requests, an endpoint of the service must be configured with the [\<webHttpBinding>](../../../../../docs/framework/configure-apps/file-schema/wcf/webhttpbinding.md) that has the \<WebHttpBehavior> attached to it.

Support in [!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] for syndication and ASP.AJAX integration are both built on top of the Web Programming Model. For more information on the model, see [WCF Web HTTP Programming Model](../../../../../docs/framework/wcf/feature-details/wcf-web-http-programming-model.md).

Expand Down

0 comments on commit 76883fd

Please sign in to comment.