public virtual WebResponse GetResponse()
Public Overridable Function GetResponse As WebResponse
public:
virtual WebResponse^ GetResponse()
abstract GetResponse : unit -> WebResponse
override GetResponse : unit -> WebResponse
WebException | An error occurred, with the error that occured being stored in the InnerException property. If the error occurred in the connect phase then the Status property will have value ConnectFailure, and in the operation phase on the desktop CLR it will have value UnknownError |