Share via


XboxLiveDeviceAddress.NetworkAccessKind Property

Definition

Gets a value that describes the level of peer-to-peer network access observed for XboxLiveEndpointPair communication involving this XboxLiveDeviceAddress. The indicated access is applicable only to communication established through the Xbox Live Multiplayer Networking API infrastructure. If you establish your own insecure communication, or implement your own NAT traversal, then you might find that that code encounters a different access kind.

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 XboxLiveNetworkAccessKind NetworkAccessKind { XboxLiveNetworkAccessKind get(); };
XboxLiveNetworkAccessKind NetworkAccessKind();
public XboxLiveNetworkAccessKind NetworkAccessKind { get; }
var xboxLiveNetworkAccessKind = xboxLiveDeviceAddress.networkAccessKind;
Public ReadOnly Property NetworkAccessKind As XboxLiveNetworkAccessKind

Property Value

Use this value to determine the network access level to the device represented by this XboxLiveDeviceAddress.

Applies to