Table of Contents

Interface IRemoteEndpointInformation

Namespace
Ranorex.Core.Remoting
Assembly
Ranorex.Core.dll
public interface IRemoteEndpointInformation

Properties

Address

IPAddress Address { get; set; }

Property Value

IPAddress

ConnectionType

RemoteConnectionType ConnectionType { get; set; }

Property Value

RemoteConnectionType

DiscoveryPort

int DiscoveryPort { get; set; }

Property Value

int

DisplayName

string DisplayName { get; set; }

Property Value

string

Enabled

bool Enabled { get; set; }

Property Value

bool

Host

string Host { get; }

Property Value

string

IsDiscoverable

bool IsDiscoverable { get; set; }

Property Value

bool

Metadata

string Metadata { get; set; }

Property Value

string

Platform

Platform Platform { get; set; }

Property Value

Platform

Port

int Port { get; set; }

Property Value

int

VersionText

string VersionText { get; }

Property Value

string

Methods

AllFieldsEqual(IRemoteEndpointInformation)

bool AllFieldsEqual(IRemoteEndpointInformation epi)

Parameters

epi IRemoteEndpointInformation

Returns

bool

Copy()

IRemoteEndpointInformation Copy()

Returns

IRemoteEndpointInformation

ToString()

string ToString()

Returns

string