Skip to content

Instantly share code, notes, and snippets.

View scriptam's full-sized avatar

Bora Cobanoglu scriptam

View GitHub Profile
@scriptam
scriptam / ViewController.cs
Last active January 25, 2017 00:49
Updated iOSClient ViewController to work with IdentityServer4 demo for IdentityModel.OidcClient.Samples
using System;
using System.Text;
using IdentityModel.OidcClient;
using UIKit;
using Foundation;
using System.Net.Http;
using Newtonsoft.Json.Linq;
namespace iOSClient
@scriptam
scriptam / NetworkInfo.cs
Created June 28, 2018 11:22
Returns objects that describe the network interfaces on the device.
using System;
using System.Net.NetworkInformation;
namespace BoynerTest
{
/// <summary>
/// Cross-platform API for network information.
/// </summary>
public static class NetworkInfo
{