set_Method()

HttpRequestMessage::set_Method(System::SharedPtr<HttpMethod>) method

Sets the HTTP request method.

void System::Net::Http::HttpRequestMessage::set_Method(System::SharedPtr<HttpMethod> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<HttpMethod>The value that will be set.

See Also