ios-samples/Reachability
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Reachability Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots Update 'Reachability' sample (#331) 2018-12-07 11:29:55 -08:00
Metadata.xml Update 'Reachability' sample (#331) 2018-12-07 11:29:55 -08:00
README.md onboard missing samples 2019-08-01 22:24:39 -07:00
Reachability.sln Update 'Reachability' sample (#331) 2018-12-07 11:29:55 -08:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Reachability Sample Demonstrates how to use the System Configuration framework to monitor the network state of an iOS device sample
csharp
xamarin
reachability

Reachability Sample

The Reachability sample application demonstrates how to use the System Configuration framework to monitor the network state of an iOS device. In particular, it demonstrates how to know when IP can be routed and when traffic will be routed through a Wireless Wide Area Network (WWAN) interface such as EDGE or 3G.

Note: Reachability cannot tell your application if you can connect to a particular host, only that an interface is available that might allow a connection, and whether that interface is the WWAN. To understand when and how to use Reachability, read Networking Overview.

iPhone running Reachability sample

License

Xamarin port changes are released under the MIT license.