NetworkOperatorTetheringClient
NetworkOperatorTetheringClient
NetworkOperatorTetheringClient
NetworkOperatorTetheringClient
Class
Definition
Contains details about a tethering client.
public : sealed class NetworkOperatorTetheringClient : INetworkOperatorTetheringClientpublic sealed class NetworkOperatorTetheringClient : INetworkOperatorTetheringClientPublic NotInheritable Class NetworkOperatorTetheringClient Implements INetworkOperatorTetheringClient// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Your code does not instantiate this class directly. Instead, use NetworkOperatorTetheringManager.GetTetheringClients to retrieve a list of instances initialized for the current tethering clients.
Properties
HostNames HostNames HostNames HostNames
Gets a list of hostnames used by this tethering client.
public : IVectorView<HostName> HostNames { get; }public IReadOnlyList<HostName> HostNames { get; }Public ReadOnly Property HostNames As IReadOnlyList<HostName>// You can use this property in JavaScript.
- Value
- IVectorView<HostName> IReadOnlyList<HostName> IReadOnlyList<HostName> IReadOnlyList<HostName>
List of hostnames.
MacAddress MacAddress MacAddress MacAddress
Gets the MAC address of this tethering client.
public : PlatForm::String MacAddress { get; }public string MacAddress { get; }Public ReadOnly Property MacAddress As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
MAC address.