Skip to content

Instantly share code, notes, and snippets.

@abbas-oveissi
Last active December 13, 2015 22:49
Show Gist options
  • Save abbas-oveissi/4987032 to your computer and use it in GitHub Desktop.
Save abbas-oveissi/4987032 to your computer and use it in GitHub Desktop.
sample C# code for socket
IPAddress ip = new IPAddress(new byte[] { 127, 0, 0, 1 });
IPAddress ip = IPAddress.Parse("127.0.0.1");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment