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.

This class defines an endpoints hostname and which protocols it supports.

Inheritance Hierarchy

System.Object
  Amazon.RegionEndpoint.Endpoint

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

Syntax

C#
[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, use the service-specific client.DetermineServiceOperationEndPoint method instead.")]
public class RegionEndpoint.Endpoint

The RegionEndpoint.Endpoint type exposes the following members

Properties

NameTypeDescription
Public Property AuthRegion System.String

The authentication region to be used in request signing.

Public Property Deprecated System.Boolean

Gets the hostname for the service.

Public Property DnsSuffix System.String

Gets the DNS suffix for the service.

Public Property Hostname System.String

Gets the hostname for the service.

Public Property SignatureVersionOverride System.String

This property is only set for S3 endpoints. For all other services this property returns null. For S3 endpoints, if the endpoint supports signature version 2 this property will be "2", otherwise it will be "4".

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