WiFiDirectDevice.GetConnectionEndpointPairs Method
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 a collection of network addresses for the Wi-Fi Direct device as endpoint pairs.
public:
virtual IVectorView<EndpointPair ^> ^ GetConnectionEndpointPairs() = GetConnectionEndpointPairs;
IVectorView<EndpointPair> GetConnectionEndpointPairs();
public IReadOnlyList<EndpointPair> GetConnectionEndpointPairs();
function getConnectionEndpointPairs()
Public Function GetConnectionEndpointPairs () As IReadOnlyList(Of EndpointPair)
Returns
A collection of network addresses for the Wi-Fi Direct device as endpoint pairs.