Namespace Ranorex.Core.Remoting
Classes
- RemoteServiceLocator
Service locator to access IRemoteEndpointService to interact with remote endpoints like mobile devices.
- RpcException
Represents an RPC error. Such erros happen when the targeted remote cannot handle the request and post back a fault instead of a method response.
Interfaces
- IRemoteElement
Represents a remote UI-Element. Remote UI-Elements are such elements that are not residing on localhost. Instead they are elements of applications running on a device computer that is connected to the ranorex System by a network channel.
- IRemoteEndpoint
Represents an interface for connection endpoints to remote devices. Use RemoteServiceLocator to retrieve concrete implementations of an IRemoteEndpoint.
- IRemoteEndpointService
Service to interact with remote endpoints like mobile devices.