XboxLiveInboundEndpointPairCreatedEventArgs.EndpointPair 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 XboxLiveEndpointPair that a remote device has created with the local device.
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 XboxLiveEndpointPair ^ EndpointPair { XboxLiveEndpointPair ^ get(); };
XboxLiveEndpointPair EndpointPair();
public XboxLiveEndpointPair EndpointPair { get; }
var xboxLiveEndpointPair = xboxLiveInboundEndpointPairCreatedEventArgs.endpointPair;
Public ReadOnly Property EndpointPair As XboxLiveEndpointPair
Property Value
The XboxLiveEndpointPair that a remote device has created with the local device.