You are employed as a developer at ABC.com. You are in the process of creating a Web service
using ASP.NET.
You have attached the WebMethod attribute to a Public method.
Which of the following options describe your reasons for doing this? (Choose all that apply.)
A.
It specifies that you want to expose the method as part of the Web service.
B.
It prevents you from exposing the method as part of the Web service.
C.
It allows you to make use of the properties of this attribute to further configure the behavior of
the Web service method.
D.
Further configuration of the behavior of the Web service method is disallowed.
A.