Skip to content

Instantly share code, notes, and snippets.

package main
import (
"flag"
"os"
"github.com/neo4j/neo4j-go-driver/neo4j"
)
var (
@ali-ince
ali-ince / Program.cs
Last active May 9, 2018 13:56
SNI Test Code
using System;
using System.Net;
using System.Net.Security;
using System.Net.Sockets;
using System.Runtime.InteropServices;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
namespace SNI.Test.Local
{
@ali-ince
ali-ince / Program.cs
Created October 18, 2017 12:52
Neo4j - Large Results
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Neo4j.Driver.V1;
namespace Test
{
class Program