Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 3a7d261

Browse files
committed
Forgotten addition of parameterless Start method into interface
1 parent b772915 commit 3a7d261

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • TinyTcpServer/MossbauerLab.TinyTcpServer.Core/Server

TinyTcpServer/MossbauerLab.TinyTcpServer.Core/Server/ITcpServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace MossbauerLab.TinyTcpServer.Core.Server
55
{
66
public interface ITcpServer
77
{
8+
Boolean Start();
89
Boolean Start(String ipAddress, UInt16 port);
910
void Stop(Boolean clearHandlers);
1011
void Restart();

0 commit comments

Comments
 (0)