System::Net::Http::HttpMessageHandler::Send method

HttpMessageHandler::Send method

RTTI information.

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

ReturnValue

The HTTP response message.

Remarks

Sends the specified request.

See Also