Share via


XboxLiveEndpointPair.RemoteHostName 属性

定义

获取远程终结点的 主机名

重要

此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

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

属性值

远程终结点的 HostName

适用于