NetworkOperatorTetheringManager.ConfigureAccessPointAsync Method

Definition

Use this method to provide tethering network configuration details for the tethering network.

public:
 virtual IAsyncAction ^ ConfigureAccessPointAsync(NetworkOperatorTetheringAccessPointConfiguration ^ configuration) = ConfigureAccessPointAsync;
IAsyncAction ConfigureAccessPointAsync(NetworkOperatorTetheringAccessPointConfiguration const& configuration);
public IAsyncAction ConfigureAccessPointAsync(NetworkOperatorTetheringAccessPointConfiguration configuration);
function configureAccessPointAsync(configuration)
Public Function ConfigureAccessPointAsync (configuration As NetworkOperatorTetheringAccessPointConfiguration) As IAsyncAction

Parameters

configuration
NetworkOperatorTetheringAccessPointConfiguration

Provides an SSID (to be used for the tethering network), and specifies the passphrase used for authentication when establishing a tethered network connection.

Returns

The asynchronous action.

Windows requirements

App capabilities
wiFiControl

Applies to