Klainair Posted November 6, 2016 Report Share Posted November 6, 2016 Hi all. Paused executing and see as BeginAccept() dont work. How it works? I want to send a package from another application, but it is impossible. Spoiler Sorry for my english. rus: Увидел что в потоках не работает BeginAccept() который должен принимать подключения. Не могу понять как работает эта система с передачей в качестве параметра метода _socket.BeginAccept(this.OnAccept, null). Как можно подключиться к логин серверу из своего приложения? Link to comment Share on other sites More sharing options...
exec Posted November 6, 2016 Report Share Posted November 6, 2016 Sorry, I don't quite understand what you're trying to do. Do you want to connect to the login server from your own application? If so, you just have to establish a socket connection. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now