NEProviderStopReason Enum

Definition

Enumerates reasons that a provider extension has stopped.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEProviderStopReason
type NEProviderStopReason = 
Inheritance
NEProviderStopReason
Attributes

Fields

AuthenticationCanceled 6

An authentication operation was canceled.

ConfigurationDisabled 9

The network configuration was disabled.

ConfigurationFailed 7

The network configuration failed.

ConfigurationRemoved 10

The netowrk configuration was removed.

ConnectionFailed 14

The network connection failed.

IdleTimeout 8

The session timed out.

None 0

An unspecified failure occurred, or no failure occurred.

NoNetworkAvailable 3

The network was unavailable.

ProviderDisabled 5

The provider was not enabled.

ProviderFailed 2

The provider failed.

Superseded 11

The configuration was superseded by another.

UnrecoverableNetworkChange 4

The network connectivity changed and the provider could not recover.

UserInitiated 1

The user stopped the provider.

UserLogout 12

The user logged off.

UserSwitch 13

The user changed.

Applies to