Table of Contents

Class Endpoint

Namespace
Amazon.Runtime.Endpoints
Assembly
AWSSDK.Core.dll

Endpoint to be used when calling service operation.

public class Endpoint
Inheritance
Endpoint
Inherited Members

Constructors

Endpoint(string)

Constructor used by custorm EndpointProvider

public Endpoint(string url)

Parameters

url string

Endpoint(string, string, string)

Constructor used by code-generated EndpointProvider

public Endpoint(string url, string attributesJson, string headersJson)

Parameters

url string
attributesJson string
headersJson string

Properties

Attributes

Custom endpoint attributes

public IPropertyBag Attributes { get; set; }

Property Value

IPropertyBag

Headers

Custom endpoint headers

public IDictionary<string, IList<string>> Headers { get; set; }

Property Value

IDictionary<string, IList<string>>

URL

Endpoint's url

public string URL { get; set; }

Property Value

string