Interface IRemoteEndpointInformation
- Namespace
- Ranorex.Core.Remoting
- Assembly
- Ranorex.Core.dll
public interface IRemoteEndpointInformation
Properties
IPAddress Address { get; set; }
Property Value
- IPAddress
RemoteConnectionType ConnectionType { get; set; }
Property Value
- RemoteConnectionType
int DiscoveryPort { get; set; }
Property Value
- int
string DisplayName { get; set; }
Property Value
- string
bool Enabled { get; set; }
Property Value
- bool
Property Value
- string
bool IsDiscoverable { get; set; }
Property Value
- bool
string Metadata { get; set; }
Property Value
- string
Platform Platform { get; set; }
Property Value
- Platform
Property Value
- int
VersionText
string VersionText { get; }
Property Value
- string
Methods
bool AllFieldsEqual(IRemoteEndpointInformation epi)
Parameters
epi IRemoteEndpointInformation
Returns
- bool
IRemoteEndpointInformation Copy()
Returns
- IRemoteEndpointInformation
Returns
- string