Multiple choice technology programming languages The default bindings that WCF uses to automatically configure a service are... BasicHttpBinding WSHttpBinding MSHttpBinding 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.