WiFiDirectServiceRemotePortAddedEventArgs.EndpointPairs Property

Definition

Gets the endpoint pairs associated with the new remote port.

public:
 property IVectorView<EndpointPair ^> ^ EndpointPairs { IVectorView<EndpointPair ^> ^ get(); };
IVectorView<EndpointPair> EndpointPairs();
public IReadOnlyList<EndpointPair> EndpointPairs { get; }
var iVectorView = wiFiDirectServiceRemotePortAddedEventArgs.endpointPairs;
Public ReadOnly Property EndpointPairs As IReadOnlyList(Of EndpointPair)

Property Value

New endpoint pairs.

Applies to