Hello,
just wondering and have several questions on this advanced topic (i think its advacned :P), is it quite easy to get C# networking such as making a app that can ping an ip address and return results, or even better, making a FTP app, chat, or file transfer client and server? what is IPEndPoint, is that one of the keys to making C# networking work, i know its a class, but what does that class do or be used for?
Thanks
C# networking
Started by Siten0308, Oct 28 2009 11:00 AM
5 replies to this topic
#1
Posted 28 October 2009 - 11:00 AM
Its only funny till someone gets hurt.... THEN ITS HILARIOUS :)
|
|
|
#2
Posted 28 October 2009 - 02:41 PM
An IPEndPoint is a combination of an IP address and a port number used to talk to a host or client. You usually use this in combination with a socket...look it up in MSDN for a good example and a proper definition:)
#3
Posted 28 October 2009 - 03:10 PM
Gaylo is right about IPEndPoiny. Well, pinging is easy, as it is just one class and few lines of code. But when it comes to TCP/IP and Http and Ftp... I hate it.
proudly presenting my personal website and game website: F1Simulation. a thrilling Managed DirectX racing game... also my Ask Me
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions
#4
Posted 28 October 2009 - 03:19 PM
thanks for the input guys, i will look it up including giving me the answer, Hey Arek, sadly i learned this from my trainer, workout trainer, if you hate it (which i hated doing deadlifts) learn to love it, it will and has to be part of what you do, this may apply to both of us :) i dont like it either, seems complicated, however anything that can get me a job, or should i say career... i will learn it, apply it and learn to love it :)
Thanks again all
Thanks again all
Its only funny till someone gets hurt.... THEN ITS HILARIOUS :)
#5
Posted 28 October 2009 - 04:03 PM
I've just started learning about network programming using the .NET environment, and it's actually not all that bad at all. It hasn't been too taxing, and it's fairly straight forward with the use of the System.Net.Socket Namespace.
Good luck, hope you start to enjoy it ;)
Good luck, hope you start to enjoy it ;)
#6
Posted 29 October 2009 - 01:01 AM
Siten0308 said:
thanks for the input guys, i will look it up including giving me the answer, Hey Arek, sadly i learned this from my trainer, workout trainer, if you hate it (which i hated doing deadlifts) learn to love it, it will and has to be part of what you do, this may apply to both of us :) i dont like it either, seems complicated, however anything that can get me a job, or should i say career... i will learn it, apply it and learn to love it :)
Thanks again all
Thanks again all
Now that's the spirit!... :)
proudly presenting my personal website and game website: F1Simulation. a thrilling Managed DirectX racing game... also my Ask Me
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions
look at my tutorials about cropping images and Mono: bundling Mono with programs and lambda expressions


Sign In
Create Account


Back to top









