Rank: Member Groups: Member
Joined: 9/22/2008 Posts: 3 Points: 9 Location: Davidson, NC
|
I would like to use this library to initiate a connection with another PC. I see no way to do this however. I want to start the server and immediately send to a particular IP address. How do I do this? Can you provide code samples? All I can do right now is start the server and sit there listening.
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
In order to initiate an active connection(behave like a client) please use Network.ConnectAsync() On completion you will have a connection object. Your server application may behave like a server and a client at the same time. Please take a look into client demo application in nightly build 0.7
|