Class RegionEndpoint.Endpoint
- Namespace
- Amazon
- Assembly
- AWSSDK.Core.dll
This class defines an endpoints hostname and which protocols it supports.
public class RegionEndpoint.Endpoint
- Inheritance
-
RegionEndpoint.Endpoint
- Inherited Members
Properties
AuthRegion
The authentication region to be used in request signing.
public string AuthRegion { get; }
Property Value
Hostname
Gets the hostname for the service.
public string Hostname { get; }
Property Value
SignatureVersionOverride
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".
public string SignatureVersionOverride { get; }
Property Value
Methods
ToString()
public override string ToString()