This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Net.NetworkInformation; | |
namespace BoynerTest | |
{ | |
/// <summary> | |
/// Cross-platform API for network information. | |
/// </summary> | |
public static class NetworkInfo | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Text; | |
using IdentityModel.OidcClient; | |
using UIKit; | |
using Foundation; | |
using System.Net.Http; | |
using Newtonsoft.Json.Linq; | |
namespace iOSClient |