Skip to content

Instantly share code, notes, and snippets.

View sjvanrossum's full-sized avatar

Steven van Rossum sjvanrossum

  • The Netherlands
  • 07:26 (UTC +02:00)
View GitHub Profile
@sjvanrossum
sjvanrossum / Main.cs
Created September 20, 2011 14:16
Mono.Zeroconf Testcase.
using System;
using System.Net;
using System.Threading;
using Mono.Zeroconf;
namespace ZeroconfTest
{
class MainClass
{
static ManualResetEvent mre = new ManualResetEvent(false);