NWPathStatus Enum
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.
Enumerates status information about network connection paths.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NWPathStatus
type NWPathStatus =
- Inheritance
-
NWPathStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that the path is not valid. |
Satisfied | 1 | Indicates that the path is ready for use. |
Unsatisfied | 2 | The path cannot be used. |
Satisfiable | 3 | Indicates that the path is able to be used if, for example, a VPN becomes available or cellular data is enabled. |