Question:You create a webservice which will send a SOAP fault for any request that does not include the right user-agent in the HTTP headers. In this case, the user-agent must be "BasicInfo UserAgent". Which of the following interface should your Web service class implement?
A IUserAgent
B IHttpFilter
C IHttpModule
D None of these
+ AnswerC
+ Explanation
+ Report