RemoteSystemSessionParticipant.GetHostNames Method

Definition

Retrieves a list of host names for this remote session participant that are resolvable by the other remote systems in the session.

public:
 virtual IVectorView<HostName ^> ^ GetHostNames() = GetHostNames;
IVectorView<HostName> GetHostNames();
public IReadOnlyList<HostName> GetHostNames();
function getHostNames()
Public Function GetHostNames () As IReadOnlyList(Of HostName)

Returns

A list of HostName objects for the IP/Bluetooth addresses of this remote system.

Windows requirements

App capabilities
remoteSystem

Applies to