MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following method specify? public static WebRequest Create(string requestUriString) |
| A. | Creates a WebRequest object for the URI specified by the string passed by requestUriString |
| B. | The object returned will implement the protocol specified by the prefix of the URI |
| C. | The object will be an instance of the class that inherits WebRequest |
| D. | All of the mentioned |
| Answer» E. | |