Skip to content

Instantly share code, notes, and snippets.

@WC-Dream
WC-Dream / ServerPing.cs
Created December 26, 2022 01:25 — forked from csh/ServerPing.cs
Server ping written in C#, complete with coloured console output.
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using Newtonsoft.Json;
#if DEBUG
using System.Diagnostics;