Show / Hide Table of Contents

Class QAEndPoint

Definition for the aakhaar end point.

Inheritance
System.Object
EndPoint
QAEndPoint
Inherited Members
EndPoint.customHelpPageURL
EndPoint.GetHelpPageURL(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Internal.EndPoints
Assembly: Appearition.SDK.dll
Syntax
public class QAEndPoint : EndPoint

Properties

View Source

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
EndPoint.displayName
View Source

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
EndPoint.endPointURL
View Source

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.

Overrides
EndPoint.portalURL

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX