Gets the response that the remote host returned.
| C# | Visual Basic |
public WebResponse Response { get; }
Public ReadOnly Property Response As WebResponse Get
If a response is available from the Internet resource, a WebResponse instance that contains the error response from an Internet resource; otherwise, null.