Multiple choice technology programming languages

The default bindings that WCF uses to automatically configure a service are...

  1. BasicHttpBinding

  2. WSHttpBinding

  3. MSHttpBinding

  4. NetMsmqBinding

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

WCF provides several standard bindings. BasicHttpBinding (A), WSHttpBinding (B), and NetMsmqBinding (D) are all valid standard bindings. MSHttpBinding (C) does not exist - this appears to be a distractor.