Fires when new user connects to wodWebServer.NET.
Connected event is fired immediately when connection is established between new client and the wodWebServer.NET, but before he sent any requests to the server. At this point you can decide to reject user's connection. You can do so if, for example, his RemoteIP does not match list of addresses you plan to allow, or you are not ready to serve clients, etc..
Namespace: WeOnlyDo.Server
Assembly: WeOnlyDo.Server.WebServer (in WeOnlyDo.Server.WebServer.dll)