System::Net::Http::HttpMessageInvoker::Send method

HttpMessageInvoker::Send method

Sends the specified request.

virtual System::SharedPtr<HttpResponseMessage> System::Net::Http::HttpMessageInvoker::Send(System::SharedPtr<HttpRequestMessage> request)
ParameterTypeDescription
requestSystem::SharedPtr<HttpRequestMessage>The request to send.

ReturnValue

The HTTP response message.

See Also