This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <summary> | |
/// Author: Mario A. Di Vece - [email protected] | |
/// Version 1.0b | |
/// Generic Server toolkit for quick implementation of socket communications. | |
/// Unosquare, LLC (c) 2013 - MIT License | |
/// You are free to use this code. Please give me some credit if you use it. | |
/// </summary> | |
namespace Unosquare.Labs.Sockets | |
{ | |
using System; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <summary> | |
/// Author: Mario Di Vece <[email protected]> | |
/// Date: 3/19/2014 | |
/// Updated: 9/18/2014 | |
/// License: MIT | |
/// </summary> | |
namespace Unosquare.Utils | |
{ | |
using System; | |
using System.Collections.Generic; |
NewerOlder