XboxLiveEndpointPair.RemoteDeviceAddress 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 the XboxLiveDeviceAddress 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 XboxLiveDeviceAddress ^ RemoteDeviceAddress { XboxLiveDeviceAddress ^ get(); };
XboxLiveDeviceAddress RemoteDeviceAddress();
public XboxLiveDeviceAddress RemoteDeviceAddress { get; }
var xboxLiveDeviceAddress = xboxLiveEndpointPair.remoteDeviceAddress;
Public ReadOnly Property RemoteDeviceAddress As XboxLiveDeviceAddress
Property Value
The remote XboxLiveDeviceAddress.
Remarks
There's no XboxLiveEndpointPair method for retrieving the local XboxLiveDeviceAddress. Use the XboxLiveDeviceAddress.GetLocal static method to get the local XboxLiveDeviceAddress.