set_DefaultWebProxy()

WebRequest::set_DefaultWebProxy(System::SharedPtr<IWebProxy>) method

Sets the global HTTP proxy.

static void System::Net::WebRequest::set_DefaultWebProxy(System::SharedPtr<IWebProxy> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IWebProxy>The proxy to set.

See Also