Share via


XboxLiveInboundEndpointPairCreatedEventArgs.EndpointPair Property

Definition

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.

Applies to