System::Net::WebProxy::WebProxy constructor

WebProxy::WebProxy() constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy()

See Also

WebProxy::WebProxy(System::SharedPtr<Uri>) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address)
ParameterTypeDescription
AddressSystem::SharedPtr<Uri>The proxy server address.

See Also

WebProxy::WebProxy(System::SharedPtr<Uri>, bool) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address, bool BypassOnLocal)
ParameterTypeDescription
AddressSystem::SharedPtr<Uri>The proxy server address.
BypassOnLocalboolA value that indicates if the proxy server must be used for local addresses.

See Also

WebProxy::WebProxy(System::SharedPtr<Uri>, bool, System::ArrayPtr<String>) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList)
ParameterTypeDescription
AddressSystem::SharedPtr<Uri>The proxy server address.
BypassOnLocalboolA value that indicates if the proxy server must be used for local addresses.
BypassListSystem::ArrayPtr<String>The list of addresses that do not use the proxy server.

See Also

WebProxy::WebProxy(System::SharedPtr<Uri>, bool, System::ArrayPtr<String>, System::SharedPtr<ICredentials>) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList, System::SharedPtr<ICredentials> Credentials)
ParameterTypeDescription
AddressSystem::SharedPtr<Uri>The proxy server address.
BypassOnLocalboolA value that indicates if the proxy server must be used for local addresses.
BypassListSystem::ArrayPtr<String>The list of addresses that do not use the proxy server.
CredentialsSystem::SharedPtr<ICredentials>The credentials that are sent to the proxy server for authentication.

See Also

WebProxy::WebProxy(String, int32_t) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(String Host, int32_t Port)
ParameterTypeDescription
HostStringThe host name.
Portint32_tThe port number.

See Also

WebProxy::WebProxy(String) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(String Address)
ParameterTypeDescription
AddressStringThe proxy server address.

See Also

WebProxy::WebProxy(String, bool) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(String Address, bool BypassOnLocal)
ParameterTypeDescription
AddressStringThe proxy server address.
BypassOnLocalboolA value that indicates if the proxy server must be used for local addresses.

See Also

WebProxy::WebProxy(String, bool, System::ArrayPtr<String>) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(String Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList)
ParameterTypeDescription
AddressStringThe proxy server address.
BypassOnLocalboolA value that indicates if the proxy server must be used for local addresses.
BypassListSystem::ArrayPtr<String>The list of addresses that do not use the proxy server.

See Also

WebProxy::WebProxy(String, bool, System::ArrayPtr<String>, System::SharedPtr<ICredentials>) constructor

Constructs a new instance.

System::Net::WebProxy::WebProxy(String Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList, System::SharedPtr<ICredentials> Credentials)
ParameterTypeDescription
AddressStringThe proxy server address.
BypassOnLocalboolA value that indicates if the proxy server must be used for local addresses.
BypassListSystem::ArrayPtr<String>The list of addresses that do not use the proxy server.
CredentialsSystem::SharedPtr<ICredentials>The credentials that are sent to the proxy server for authentication.

See Also