RemoteExecutorCommunicationLayer Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  BaseCommunicationLayer
    ArtOfTest.WebAii.Design.Execution.CommunicationRemoteExecutorCommunicationLayer

Namespace:  ArtOfTest.WebAii.Design.Execution.Communication
Assembly:  ArtOfTest.WebAii.Design (in ArtOfTest.WebAii.Design.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class RemoteExecutorCommunicationLayer : BaseCommunicationLayer, 
	IRemoteExecutorCommunicationLayer, IBaseCommunicationLayer

The RemoteExecutorCommunicationLayer type exposes the following members.

Constructors

  NameDescription
Public methodRemoteExecutorCommunicationLayer
Initializes a new instance of the RemoteExecutorCommunicationLayer class
Top
Properties

  NameDescription
Protected propertyJsonFormatter (Inherited from BaseCommunicationLayer.)
Protected propertyMediaFormatters (Inherited from BaseCommunicationLayer.)
Public propertyUri (Inherited from BaseCommunicationLayer.)
Top
Methods

  NameDescription
Public methodClearLog (Inherited from BaseCommunicationLayer.)
Protected methodDelete (Inherited from BaseCommunicationLayer.)
Public methodDisableLog (Inherited from BaseCommunicationLayer.)
Public methodEnableLog (Inherited from BaseCommunicationLayer.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGet``1 (Inherited from BaseCommunicationLayer.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetShadowCopiedLogFileName (Inherited from BaseCommunicationLayer.)
Public methodGetStatus
Public methodGetTestHistory
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVersion (Inherited from BaseCommunicationLayer.)
Protected methodGetWithRetry``1 (Inherited from BaseCommunicationLayer.)
Protected methodHead (Inherited from BaseCommunicationLayer.)
Public methodKill (Inherited from BaseCommunicationLayer.)
Public methodLogEnabled (Inherited from BaseCommunicationLayer.)
Public methodLogSize (Inherited from BaseCommunicationLayer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPing (Inherited from BaseCommunicationLayer.)
Protected methodPost(String) (Inherited from BaseCommunicationLayer.)
Protected methodPost``2(String, UMP) (Inherited from BaseCommunicationLayer.)
Protected methodPut``2 (Inherited from BaseCommunicationLayer.)
Public methodRunTest
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateUri (Inherited from BaseCommunicationLayer.)
Top
See Also

Reference