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.

Endpoint to be used when calling service operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.Endpoints.Endpoint

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

Syntax

C#
public class Endpoint

The Endpoint type exposes the following members

Constructors

NameDescription
Public Method Endpoint(string)

Constructor used by custorm EndpointProvider

Public Method Endpoint(string, string, string)

Constructor used by code-generated EndpointProvider

Properties

NameTypeDescription
Public Property Attributes Amazon.Runtime.Endpoints.IPropertyBag

Custom endpoint attributes

Public Property Headers System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IList<System.String>>

Custom endpoint headers

Public Property URL System.String

Endpoint's url

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