Compartir a través de


NetworkAdapter.GetConnectedProfileAsync Método

Definición

Obtiene el perfil de conexión asociado actualmente al adaptador de red.

public:
 virtual IAsyncOperation<ConnectionProfile ^> ^ GetConnectedProfileAsync() = GetConnectedProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ConnectionProfile> GetConnectedProfileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ConnectionProfile> GetConnectedProfileAsync();
function getConnectedProfileAsync()
Public Function GetConnectedProfileAsync () As IAsyncOperation(Of ConnectionProfile)

Devoluciones

Perfil de conexión asociado a este adaptador de red.

Atributos

Se aplica a