Share via


XboxLiveEndpointPair.RemoteHostName Property

Definition

Gets a HostName for the remote endpoint.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public:
 property HostName ^ RemoteHostName { HostName ^ get(); };
HostName RemoteHostName();
public HostName RemoteHostName { get; }
var hostName = xboxLiveEndpointPair.remoteHostName;
Public ReadOnly Property RemoteHostName As HostName

Property Value

The HostName for the remote endpoint.

Applies to