System::Net::WebRequest::GetResponse method

WebRequest::GetResponse method

Returns the web response associated with the current web request.

virtual System::SharedPtr<WebResponse> System::Net::WebRequest::GetResponse()

ReturnValue

The web response associated with the current web request.

See Also