Search code examples
c#.netnetwork-programminglan

connection between the same software installed on two computers like superbeam using c#


I am developing a software using c#.net for file transfer between computers and laptops. And i am using IIS hosting. In superbeam for pc they ask for network interface on which receiver is connected and they are using one string if we enter that string in another machine then we can able to receive data. SO my question is how can i make connection like this between two pcs? or is there any other way? thank you.


Solution

  • In the next time try to make question more clearly by reading wikis and making some researches on google anyway , from what I understood , you want to make a connection between two PCs so you need to know how to work with sockets with C# by knowing how does protocols work (TCP/IP in your case) then you have to know how to open a port in your firewall to give your application the rights to do that so after all of that the answer for the string that you've talked about it could be an IP address mixed with the opened port and they are encrypted ... many possibilities :) :)