Crosstales.OnlineCheck.Data.CustomCheck Class Reference

Data definition of a custom check. More...

Inheritance diagram for Crosstales.OnlineCheck.Data.CustomCheck:

Public Member Functions

override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Properties

string URL [get, set]
 Custom URL to perform the Internet availability tests e.g. https://mydomain.com/connect.txt. The host should be https-based and provide an 'Access-Control-Allow-Origin' header. More...
 
string ExpectedData [get, set]
 Expected data from the custom URL (as string). More...
 
bool DataMustBeEquals [get, set]
 Compares the custom data with 'equals' to the expected data. More...
 
bool UseOnlyCustom [get, set]
 Use only the custom url for Internet availability tests and ignores all built-in checks. More...
 
bool ShowErrors [get, set]
 Displays all connection errors. More...
 
int HeaderSize [get, set]
 Size of the request header. More...
 

Detailed Description

Data definition of a custom check.

Property Documentation

◆ DataMustBeEquals

bool Crosstales.OnlineCheck.Data.CustomCheck.DataMustBeEquals
getset

Compares the custom data with 'equals' to the expected data.

◆ ExpectedData

string Crosstales.OnlineCheck.Data.CustomCheck.ExpectedData
getset

Expected data from the custom URL (as string).

◆ HeaderSize

int Crosstales.OnlineCheck.Data.CustomCheck.HeaderSize
getset

Size of the request header.

◆ ShowErrors

bool Crosstales.OnlineCheck.Data.CustomCheck.ShowErrors
getset

Displays all connection errors.

◆ URL

string Crosstales.OnlineCheck.Data.CustomCheck.URL
getset

Custom URL to perform the Internet availability tests e.g. https://mydomain.com/connect.txt. The host should be https-based and provide an 'Access-Control-Allow-Origin' header.

◆ UseOnlyCustom

bool Crosstales.OnlineCheck.Data.CustomCheck.UseOnlyCustom
getset

Use only the custom url for Internet availability tests and ignores all built-in checks.


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/OnlineCheck/OnlineCheckPro/Assets/Plugins/crosstales/OnlineCheck/Scripts/Data/CustomCheck.cs