AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Settings for configuring a proxy for the SDK to use.
Namespace: Amazon.Util
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z
public class ProxyConfig
The ProxyConfig type exposes the following members
Name | Type | Description | |
---|---|---|---|
BypassList | System.Collections.Generic.List<System.String> |
Collection of one or more regular expressions denoting addresses for which the proxy will not be used. |
|
BypassOnLocal | System.Boolean |
If true requests to local addresses bypass the configured proxy. |
|
Host | System.String |
The host name or IP address of the proxy server. |
|
Password | System.String |
The password to authenticate with the proxy server. |
|
Port | System.Nullable<System.Int32> |
The port number of the proxy. |
|
Username | System.String |
The username to authenticate with the proxy server. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5