NWPathStatus Enum

Definition

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

Invalid 0

Indicates that the path is not valid.

Satisfiable 3

Indicates that the path is able to be used if, for example, a VPN becomes available or cellular data is enabled.

Satisfied 1

Indicates that the path is ready for use.

Unsatisfied 2

The path cannot be used.

Applies to