Klainair Posted November 6, 2016 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). Как можно подключиться к логин серверу из своего приложения?
exec Posted November 6, 2016 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now