Raised when network is connected and configured for Internet Proctocol (IP) communication tasks.

Namespace: Gadgeteer.Modules
Assembly: Gadgeteer (in Gadgeteer.dll) Version: 2.41.0.0 (2.41.500.0)

Syntax

Remarks

Handle this event to perform tasks associated with the network state. This event is raised when Module..::..NetworkModule..::..NetworkState changes from NetworkState.Down to NetworkState.Up. If the network is up when you add an event handler, the event is raised immediately on the new handler.

Note
When this event is raised, it does not necessarily mean that the network connection is functional. The IP configuration for the network connection may be invalid for the network that it is connected to.

See Also