1.

Which of the following are the interfaces defined by the namespace System.Net?(a) IAuthenticationModule(b) HttpWebRequest(c) WebProxy(d) HttpResponseHeaderThis question was posed to me in an internship interview.Question is from Fundamental of Networking in section Namespaces, Preprocessors and Networking of C#

Answer»

Correct CHOICE is (a) IAuthenticationModule

The best I can EXPLAIN: WebProxy and HttpResponseHeader are NAMESPACES and ENUMERATIONS.



Discussion

No Comment Found

Related InterviewSolutions