Multiple choice technology programming languages

What is the default mapping for http protocol in WCF 4.0 ?

  1. basicHttpBinding

  2. wsHttpBinding

  3. WebHttpBinding

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In WCF 4.0, default protocol mapping assigns basicHttpBinding to the http scheme, wsHttpBinding to the secure http scheme, and webHttpBinding to rest. The other options are incorrect because they represent non-default configurations or distinct bindings.