| File: Connectivity\Connectivity.netstandard.watchos.cs | Web Access |
| Project: src\src\Essentials\src\Essentials.csproj (Microsoft.Maui.Essentials) |
using System.Collections.Generic; using Microsoft.Maui.ApplicationModel; namespace Microsoft.Maui.Networking { partial class ConnectivityImplementation : IConnectivity { public NetworkAccess NetworkAccess => throw ExceptionUtils.NotSupportedOrImplementedException; public IEnumerable<ConnectionProfile> ConnectionProfiles => throw ExceptionUtils.NotSupportedOrImplementedException; void StartListeners() => throw ExceptionUtils.NotSupportedOrImplementedException; void StopListeners() => throw ExceptionUtils.NotSupportedOrImplementedException; } }