What is the default mapping for http protocol in WCF 4.0 ?
-
basicHttpBinding
-
wsHttpBinding
-
WebHttpBinding
-
None
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.