When To Use WebHttpBinding in WCF? Scenarios For Using WebHttpBinding in WCF? | WCF Interview Question

, ,
WebHttpBinding in WCF will be used when an information should only be trasmitted through HTTP or HTTPS in WCF services.

WebHttpBinding is the right choice for RESTful communication and other situations where
SOAP isn't required. Here, information/message is transferred directly by HTTP or HTTPS.