AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Util.ProxyConfig

Namespace: Amazon.Util
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public class ProxyConfig

The ProxyConfig type exposes the following members

Properties

NameTypeDescription
Public Property BypassList System.Collections.Generic.List<System.String>

Collection of one or more regular expressions denoting addresses for which the proxy will not be used.

Public Property BypassOnLocal System.Boolean

If true requests to local addresses bypass the configured proxy.

Public Property Host System.String

The host name or IP address of the proxy server.

Public Property Password System.String

The password to authenticate with the proxy server.

Public Property Port System.Nullable<System.Int32>

The port number of the proxy.

Public Property Username System.String

The username to authenticate with the proxy server.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5