WiFiDirectServiceSession.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 list of connection endpoint pairs for the session. Your code uses IVectorView operations to enumerate the endpoint pairs in the list.
public:
virtual IVectorView<EndpointPair ^> ^ GetConnectionEndpointPairs() = GetConnectionEndpointPairs;
IVectorView<EndpointPair> GetConnectionEndpointPairs();
public IReadOnlyList<EndpointPair> GetConnectionEndpointPairs();
function getConnectionEndpointPairs()
Public Function GetConnectionEndpointPairs () As IReadOnlyList(Of EndpointPair)
Returns
An immutable snapshot list of endpoint pairs involved in the session.