XboxLiveEndpointPair.RemoteHostName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.