System::Net::HttpWebRequest::GetResponse method

HttpWebRequest::GetResponse method

Returns the web response associated with the current web request.

System::SharedPtr<WebResponse> System::Net::HttpWebRequest::GetResponse() override

ReturnValue

The web response associated with the current web request.

See Also