Show / Hide Table of Contents

Class EndPointUtility

Inheritance
System.Object
EndPointUtility
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 static class EndPointUtility

Properties

View Source

activeEndPoints

All EMS End points currently loaded and active.

Declaration
public static List<EndPoint> activeEndPoints { get; }
Property Value
Type Description
System.Collections.Generic.List<EndPoint>

The active end points.

Methods

View Source

GetEndPointFromDisplayName(String)

Using a display name, fetches the relevant end point.

Declaration
public static EndPoint GetEndPointFromDisplayName(string displayName)
Parameters
Type Name Description
System.String displayName

Display name.

Returns
Type Description
EndPoint

The end point from display name.

View Source

GetEndPointFromEndPointURL(String)

Using an end point URL, fetches the relevant end point.

Declaration
public static EndPoint GetEndPointFromEndPointURL(string endPointURL)
Parameters
Type Name Description
System.String endPointURL

End point UR.

Returns
Type Description
EndPoint

The end point from end point UR.

View Source

GetEndPointFromPortalURL(String)

Using a portal URL, fetches the relevant end point.

Declaration
public static EndPoint GetEndPointFromPortalURL(string portalURL)
Parameters
Type Name Description
System.String portalURL

Portal UR.

Returns
Type Description
EndPoint

The end point from portal UR.

View Source

GetTheEndPointURLsOfAllActiveEndPoints()

Fetches the end point URLs of all the existing end points.

Declaration
public static List<string> GetTheEndPointURLsOfAllActiveEndPoints()
Returns
Type Description
System.Collections.Generic.List<System.String>

The the end point UR ls of all active end points.

View Source

GetTheNamesOfActiveAllEndPoints()

Fetches the display names of all the existing end points.

Declaration
public static List<string> GetTheNamesOfActiveAllEndPoints()
Returns
Type Description
System.Collections.Generic.List<System.String>

The the names of active all end points.

View Source

RefreshEndPoints()

Refreshes the Active End Points container, by fetching all currently loaded end points.

Declaration
public static void RefreshEndPoints()
  • View Source
Back to top Generated by DocFX