AWS SDK for .NET Documentation
AmazonCloudFrontConfig Class
AmazonAmazon.CloudFront_2012_03_15AmazonCloudFrontConfig Did this page help you?   Yes   No    Tell us about it...
Configuration for Amazon CloudFront Client.
Declaration Syntax
C#
[ObsoleteAttribute("This version of the CloudFront SDK has been obsoleted but is kept around due to breaking changes in the main Amazon.CloudFront namespace. No further updates will be made to this version and applications should migrate to the Amazon.CloudFront namespace.")]
public class AmazonCloudFrontConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AmazonCloudFrontConfig()()()()
Initializes a new instance of the AmazonCloudFrontConfig class

ConnectionLimit
Gets and sets the connection limit set on the ServicePoint for the WebRequest. Default value is 50 connections unless ServicePointManager.DefaultConnectionLimit is set in which case ServicePointManager.DefaultConnectionLimit will be used as the default.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MaxErrorRetry
Gets and sets of the MaxErrorRetry property.

ProxyCredentials
Credentials to use with a proxy.

ProxyHost
Gets and sets of the ProxyHost property.

ProxyPassword Obsolete.
Gets and sets the ProxyPassword property. Used in conjunction with the ProxyUsername property to authenticate requests with the specified Proxy server.

ProxyPort
Gets and sets of the ProxyPort property.

ProxyUsername Obsolete.
Gets and sets the ProxyUsername property. Used in conjunction with the ProxyPassword property to authenticate requests with the specified Proxy server.

ServiceURL
Gets and sets of the ServiceURL property.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UserAgent
Gets and sets of the UserAgent property.

UseSecureStringForAwsSecretKey
Gets and Sets the UseSecureString property. By default, the AWS Secret Access Key is stored in a SecureString (true) - this is one of the secure ways to store a secret provided by the .NET Framework. But, the use of SecureStrings is not supported in Medium Trust Windows Hosting environments. If you are building an ASP.NET application that needs to run with Medium Trust, set this property to false, and the client will not save your AWS Secret Key in a secure string. Changing the default to false can result in the Secret Key being vulnerable; please use this property judiciously.

WithMaxErrorRetry(Int32) Obsolete.
Sets the MaxErrorRetry property

WithProxyCredentials(ICredentials) Obsolete.
Sets the ProxyCredentials property.

WithProxyHost(String) Obsolete.
Sets the ProxyHost property

WithProxyPassword(String) Obsolete.
Sets the ProxyPassword property. Used in conjunction with the ProxyUsername property to authenticate requests with the specified Proxy server.

WithProxyPort(Int32) Obsolete.
Sets the ProxyPort property

WithProxyUsername(String) Obsolete.
Sets the ProxyUsername property

WithServiceURL(String) Obsolete.
Sets the ServiceURL property

WithUserAgent(String) Obsolete.
Sets the UserAgent property

WithUseSecureStringForAwsSecretKey(Boolean) Obsolete.
Sets the UseSecureString property. By default, the AWS Secret Access Key is stored in a SecureString (true) - this is one of the secure ways to store a secret provided by the .NET Framework. But, the use of SecureStrings is not supported in Medium Trust Windows Hosting environments. If you are building an ASP.NET application that needs to run with Medium Trust, set this property to false, and the client will not save your AWS Secret Key in a secure string. Changing the default to false can result in the Secret Key being vulnerable; please use this property judiciously.

Inheritance Hierarchy
Object
AmazonCloudFrontConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)