NetworkOperatorTetheringManager.ConfigureAccessPointAsync 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.
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
|