Click here to Skip to main content
15,905,073 members
Home / Discussions / C#
   

C#

 
QuestionSending a connection to another computer in a PEER TO PEER network Pin
CoderForEver20-Aug-09 10:23
CoderForEver20-Aug-09 10:23 
AnswerRe: Sending a connection to another computer in a PEER TO PEER network Pin
EliottA20-Aug-09 10:37
EliottA20-Aug-09 10:37 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver20-Aug-09 10:55
CoderForEver20-Aug-09 10:55 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
EliottA21-Aug-09 2:51
EliottA21-Aug-09 2:51 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver21-Aug-09 6:21
CoderForEver21-Aug-09 6:21 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
Richard MacCutchan25-Aug-09 10:34
mveRichard MacCutchan25-Aug-09 10:34 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver26-Aug-09 1:56
CoderForEver26-Aug-09 1:56 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
Richard MacCutchan26-Aug-09 3:12
mveRichard MacCutchan26-Aug-09 3:12 
Mati,
I have tried your code on my system and the following occurred:

1. run program with NO parameters on command line. The default action in function Main() is to use the hostname of the machine that the code is running on. In this case the IP address resolves to 127.0.0.1 and the connect fails as there is no listener at port 80.

2. Run with the name of my remote system in the command and the connection works; but not completely as I have no port 80 listener on that system either.

As I said before this is really a TCP/IP question and that is about the extent of my knowledge.
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver26-Aug-09 3:40
CoderForEver26-Aug-09 3:40 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
Richard MacCutchan26-Aug-09 6:21
mveRichard MacCutchan26-Aug-09 6:21 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
CoderForEver26-Aug-09 10:35
CoderForEver26-Aug-09 10:35 
GeneralRe: Sending a connection to another computer in a PEER TO PEER network Pin
Richard MacCutchan26-Aug-09 21:23
mveRichard MacCutchan26-Aug-09 21:23 
QuestionHow do you compile code from notepad? Pin
Nathan Revka20-Aug-09 9:27
Nathan Revka20-Aug-09 9:27 
AnswerRe: How do you compile code from notepad? Pin
Pete O'Hanlon20-Aug-09 9:34
mvePete O'Hanlon20-Aug-09 9:34 
AnswerRe: How do you compile code from notepad? Pin
Christian Graus20-Aug-09 11:44
protectorChristian Graus20-Aug-09 11:44 
GeneralRe: How do you compile code from notepad? Pin
PIEBALDconsult20-Aug-09 12:55
mvePIEBALDconsult20-Aug-09 12:55 
AnswerRe: How do you compile code from notepad? Pin
PIEBALDconsult20-Aug-09 12:54
mvePIEBALDconsult20-Aug-09 12:54 
AnswerRe: How do you compile code from notepad? Pin
Natural_Demon20-Aug-09 14:14
Natural_Demon20-Aug-09 14:14 
AnswerRe: How do you compile code from notepad? Pin
darkelv20-Aug-09 15:38
darkelv20-Aug-09 15:38 
GeneralRe: How do you compile code from notepad? Pin
dan!sh 20-Aug-09 18:49
professional dan!sh 20-Aug-09 18:49 
AnswerRe: How do you compile code from notepad? Pin
Richard MacCutchan25-Aug-09 10:38
mveRichard MacCutchan25-Aug-09 10:38 
QuestionProblem with play real-time audio signals Pin
hossein khatoonabadi20-Aug-09 9:25
hossein khatoonabadi20-Aug-09 9:25 
QuestionUser Control: Property use Pin
favianq20-Aug-09 9:22
favianq20-Aug-09 9:22 
AnswerRe: User Control: Property use Pin
Henry Minute20-Aug-09 11:48
Henry Minute20-Aug-09 11:48 
QuestionHow do I use external libraries in my project? (using <taglib>)</taglib> Pin
pietlut20-Aug-09 6:35
pietlut20-Aug-09 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.