Class RegionEndpointProviderV2
[Obsolete("This class is obsoleted because as of version 3.7.100 endpoint is resolved using a newer system that uses request level parameters to resolve the endpoint.")]
public class RegionEndpointProviderV2 : IRegionEndpointProvider
- Inheritance
-
RegionEndpointProviderV2
- Implements
- Inherited Members
Constructors
RegionEndpointProviderV2()
public RegionEndpointProviderV2()
Properties
AllRegionEndpoints
public IEnumerable<IRegionEndpoint> AllRegionEndpoints { get; }
Property Value
Proxy
Allows to configure the proxy used for HTTP requests. The default value is null.
public static IWebProxy Proxy { get; set; }
Property Value
Methods
GetDnsSuffixForPartition(string)
Returns the DNS suffix for the given partition, or an empty string if a matching partition was not found
public string GetDnsSuffixForPartition(string partition)
Parameters
partition
stringpartition
Returns
- string
DNS suffix for the given partition, empty string if a matching partition was not found
GetRegionEndpoint(string)
public IRegionEndpoint GetRegionEndpoint(string regionName)
Parameters
regionName
string