Class QAEndPoint
Definition for the aakhaar end point.
Inherited Members
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 SourcedisplayName
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
View SourceendPointURL
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
View SourceportalURL
URL to the web portal of this end point.
Declaration
public override string portalURL { get; }
Property Value
Type | Description |
---|---|
System.String | The portal UR. |