NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

AddHandler for simple server

Open mzelecom opened this issue 2 years ago • 0 comments

hi. i used library in visual basic and simple server. Dim server As New TcpServer(IPAddress.Any, 8283) server.Start()

clients can connect to server .but no event raised when connect or recived data. Protected Sub OnConnected() End Sub
in other library we must AddHandler server.OnConnected , addressof ....

in this library how can i set Handler . how can i fix it? thanks

mzelecom avatar Sep 01 '21 08:09 mzelecom