Show / Hide Table of Contents

Class Health_Ping

Simple API which is used to test the connection to the EMS using a tenant and end point. https://api.appearition.com/TenantName/api/Health/Ping/0 , where 0 is Channel ID

Inheritance
System.Object
BaseApi
BaseApiGet
Health_Ping
Inherited Members
BaseApi.IsSuccess
BaseApi.Errors
BaseApi.IsBeingUsed
BaseApi.GetEmsCall
BaseApi.ExtraRequestUrlHeaders
BaseApi.GetRequestExtraHeaders()
BaseApi.ForcedEndPoint
BaseApi.RequiresTenant
BaseApi.ChannelIdOverride
BaseApi.OverrideAuthenticationHeader
BaseApi.AuthenticationOverride
BaseApi.AuthenticationTokenCustomKey
BaseApi.JsonReplaceKvp
BaseApi.ResponseSaveType
BaseApi.GetCustomOfflineJsonContent(Int32, Object, BaseRequestContent)
BaseApi.UpdateCustomOfflineJsonContent(BaseApi, Int32, Object, BaseRequestContent)
BaseApi.GetJsonFileExtraParams(Object, BaseRequestContent)
BaseApi.GetApiCall<T>(String, String, Int32, BaseRequestContent)
BaseApi.ResetToDefault<T>()
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.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Health_Ping : BaseApiGet

Properties

View Source

ApiVersion

Declaration
public override int ApiVersion { get; }
Property Value
Type Description
System.Int32
Overrides
BaseApi.ApiVersion
View Source

BypassInternetCheck

Declaration
public override bool BypassInternetCheck { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseApi.BypassInternetCheck
View Source

Data

Declaration
public string Data { get; set; }
Property Value
Type Description
System.String

Extension Methods

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