Class AUSEndPoint
Definition of the login.appearition.com End Point.
Namespace: Appearition.Internal.EndPoints
Assembly: Appearition.SDK.dll
Syntax
public class AUSEndPoint : EndPoint
Properties
displayName
Endpoint name that can be used for display purposes.
Declaration
public override string displayName { get; }
Property Value
Type | Description |
---|---|
System.String | The display name. |
Overrides
endPointURL
URL to the end point, which should be used for requests.
Declaration
public override string endPointURL { get; }
Property Value
Type | Description |
---|---|
System.String | The end point UR. |
Overrides
portalURL
URL to the web portal of this end point.
Declaration
public override string portalURL { get; }
Property Value
Type | Description |
---|---|
System.String | The portal UR. |