skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class RecorderHostClient

Inheritance
System.Object
RecorderHostClient
Namespace: ArtOfTest.WebAii.Design.UI.RecordingSurface
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class RecorderHostClient : DuplexClientBase<IHtmlRecorderHost>, IHtmlRecorderHost, IRecorderHost

Constructors

RecorderHostClient(Object)

Declaration
public RecorderHostClient(object callbackInstance)
Parameters
System.Object callbackInstance

RecorderHostClient(Object, Binding, EndpointAddress)

Declaration
public RecorderHostClient(object callbackInstance, Binding binding, EndpointAddress remoteAddress)
Parameters
System.Object callbackInstance

System.ServiceModel.Channels.Binding binding

System.ServiceModel.EndpointAddress remoteAddress

RecorderHostClient(Object, String)

Declaration
public RecorderHostClient(object callbackInstance, string endpointConfigurationName)
Parameters
System.Object callbackInstance

System.String endpointConfigurationName

RecorderHostClient(Object, String, EndpointAddress)

Declaration
public RecorderHostClient(object callbackInstance, string endpointConfigurationName, EndpointAddress remoteAddress)
Parameters
System.Object callbackInstance

System.String endpointConfigurationName

System.ServiceModel.EndpointAddress remoteAddress

RecorderHostClient(Object, String, String)

Declaration
public RecorderHostClient(object callbackInstance, string endpointConfigurationName, string remoteAddress)
Parameters
System.Object callbackInstance

System.String endpointConfigurationName

System.String remoteAddress

RecorderHostClient(InstanceContext)

Declaration
public RecorderHostClient(InstanceContext callbackContext)
Parameters
System.ServiceModel.InstanceContext callbackContext

RecorderHostClient(InstanceContext, Binding, EndpointAddress)

Declaration
public RecorderHostClient(InstanceContext callbackContext, Binding binding, EndpointAddress remoteAddress)
Parameters
System.ServiceModel.InstanceContext callbackContext

System.ServiceModel.Channels.Binding binding

System.ServiceModel.EndpointAddress remoteAddress

RecorderHostClient(InstanceContext, String)

Declaration
public RecorderHostClient(InstanceContext callbackContext, string endpointConfigurationName)
Parameters
System.ServiceModel.InstanceContext callbackContext

System.String endpointConfigurationName

RecorderHostClient(InstanceContext, String, EndpointAddress)

Declaration
public RecorderHostClient(InstanceContext callbackContext, string endpointConfigurationName, EndpointAddress remoteAddress)
Parameters
System.ServiceModel.InstanceContext callbackContext

System.String endpointConfigurationName

System.ServiceModel.EndpointAddress remoteAddress

RecorderHostClient(InstanceContext, String, String)

Declaration
public RecorderHostClient(InstanceContext callbackContext, string endpointConfigurationName, string remoteAddress)
Parameters
System.ServiceModel.InstanceContext callbackContext

System.String endpointConfigurationName

System.String remoteAddress

Methods

AbortPendingRecord()

Declaration
public void AbortPendingRecord()
Implements
IRecorderHost.AbortPendingRecord()

AddIndependentElement(ElementDescriptor, Rectangle)

Declaration
public void AddIndependentElement(ElementDescriptor element, Rectangle elementLocation)
Parameters
ElementDescriptor element

System.Drawing.Rectangle elementLocation

Implements
IRecorderHost.AddIndependentElement(ElementDescriptor, Rectangle)

BringHostToFront()

Declaration
public void BringHostToFront()
Implements
IRecorderHost.BringHostToFront()

ConfirmPendingRecord()

Declaration
public void ConfirmPendingRecord()
Implements
IRecorderHost.ConfirmPendingRecord()

GetDisabledTranslatorGroupNames()

Declaration
public List<string> GetDisabledTranslatorGroupNames()
Returns
System.Collections.Generic.List<System.String>

Implements
IRecorderHost.GetDisabledTranslatorGroupNames()

GetHostType()

Declaration
public HostType GetHostType()
Returns
HostType

Implements
IHtmlRecorderHost.GetHostType()

GetMappingNodes()

Declaration
public List<INodeData> GetMappingNodes()
Returns
System.Collections.Generic.List<INodeData>

Implements
IRecorderHost.GetMappingNodes()

GetParentMappingState(TechnologyType)

Declaration
public bool GetParentMappingState(TechnologyType techType)
Parameters
TechnologyType techType

Returns
System.Boolean

Implements
IRecorderHost.GetParentMappingState(TechnologyType)

GetParentRecorderState(TechnologyType)

Declaration
public bool? GetParentRecorderState(TechnologyType techType)
Parameters
TechnologyType techType

Returns
System.Nullable<System.Boolean>

Implements
IRecorderHost.GetParentRecorderState(TechnologyType)

GetSerializableTypes()

Declaration
public List<string> GetSerializableTypes()
Returns
System.Collections.Generic.List<System.String>

Implements
IHtmlRecorderHost.GetSerializableTypes()

GetUserSettings()

Declaration
public UserSettings GetUserSettings()
Returns
UserSettings

Implements
IHtmlRecorderHost.GetUserSettings()

InvalidatePinnedScreenshot()

Declaration
public void InvalidatePinnedScreenshot()
Implements
IRecorderHost.InvalidatePinnedScreenshot()

IsRecorderConnecting()

Declaration
public bool IsRecorderConnecting()
Returns
System.Boolean

Implements
IRecorderHost.IsRecorderConnecting()

MapElement(INodeData, ElementDescriptor, Rectangle)

Declaration
public void MapElement(INodeData data, ElementDescriptor descriptor, Rectangle elementLocation)
Parameters
INodeData data

ElementDescriptor descriptor

System.Drawing.Rectangle elementLocation

Implements
IRecorderHost.MapElement(INodeData, ElementDescriptor, Rectangle)

PinScreenshot(Rectangle, DateTime)

Declaration
public void PinScreenshot(Rectangle area, DateTime timestamp)
Parameters
System.Drawing.Rectangle area

System.DateTime timestamp

Implements
IRecorderHost.PinScreenshot(Rectangle, DateTime)

RecordDescriptorsInProject(AutomationDescriptor[], Boolean, Rectangle, Nullable<DateTime>)

Declaration
public void RecordDescriptorsInProject(AutomationDescriptor[] descriptors, bool requiresConfirmation, Rectangle elementLocation, DateTime? timestamp = default(DateTime? ))
Parameters
AutomationDescriptor[] descriptors

System.Boolean requiresConfirmation

System.Drawing.Rectangle elementLocation

System.Nullable<System.DateTime> timestamp

Implements
IRecorderHost.RecordDescriptorsInProject(AutomationDescriptor[], Boolean, Rectangle, Nullable<DateTime>)

RegisterInstance(Int32, TestType)

Declaration
public void RegisterInstance(int instanceId, TestType type)
Parameters
System.Int32 instanceId

TestType type

Implements
IRecorderHost.RegisterInstance(Int32, TestType)

ShowRecordingNotification(String, TestType)

Declaration
public void ShowRecordingNotification(string text, TestType testType)
Parameters
System.String text

TestType testType

Implements
IRecorderHost.ShowRecordingNotification(String, TestType)

UnregisterInstance(IntPtr)

Declaration
public void UnregisterInstance(IntPtr hwnd)
Parameters
System.IntPtr hwnd

Implements
IRecorderHost.UnregisterInstance(IntPtr)

UpdateElementImage(ElementImageData)

Declaration
public void UpdateElementImage(ElementImageData data)
Parameters
ElementImageData data

Implements
IRecorderHost.UpdateElementImage(ElementImageData)
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.