ISocketHandlerPoolConfiguration.cs
namespace GenXdev.AsyncSockets.Configuration
{ public interface ISocketHandlerPoolConfiguration { int MaxConnections { get; set; } } } |
namespace GenXdev.AsyncSockets.Configuration
{ public interface ISocketHandlerPoolConfiguration { int MaxConnections { get; set; } } } |