IPC/Transport/IServer.cs

6 строки
121 B
C#

namespace IPC.Managed
{
public interface IServer<Request, Response> : IComponent, IBackgroundError
{ }
}