Table of Contents

KVSCOREConnectionTest

Procedures

AddConnection(Text[100], Text[2048]) :

Summary: Adds a new Connection to test based on the given Parameters.

procedure AddConnection(Name: Text[100]; Uri2Test: Text[2048]): 

Parameters:

  • Name: The Display Name of the Connection
  • Uri2Test: The Url to trigger

AddConnection(Text[100], Text[2048], Integer) :

Summary: Adds a new Connection to test based on the given Parameters.

procedure AddConnection(Name: Text[100]; Uri2Test: Text[2048]; SortOrder2Test: Integer): 

Parameters:

  • Name: The Display Name of the Connection
  • Uri2Test: The Url to trigger
  • SortOrder2Test: A Sort Order index to influence the order of the entries to display. The List is sorted in ascending order.

AddConnection(Text[100], Text[2048], Integer, Enum Http Request Type) :

procedure AddConnection(Name: Text[100]; Uri2Test: Text[2048]; SortOrder2Test: Integer; RequestType: Enum "Http Request Type"): 

AddConnection(Text[100], Text[2048], Integer, Enum Http Request Type, Boolean) :

procedure AddConnection(Name: Text[100]; Uri2Test: Text[2048]; SortOrder2Test: Integer; RequestType: Enum "Http Request Type"; AcceptAuthIssues: Boolean):