| | |
c# connecting to internet
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2007
Posts: 390
Reputation:
Solved Threads: 39
Sockets can be a bit challenging of a concept at first, mostly because in order to make an asynchonous connection, a certain degree of multi-threading must be used. The socket class will handle the creation of the thread, but you must learn how to invoke it, and when. This will require some knowledge of delegates, as these must be used to invoke a function in the main thread from the socket threads. The client will be pretty straight forward, but the server requires a bit more attention, since it is the one that must establish the TCP connections. If you are comfortable with the above concepts, then no problem! If you aren't then feel free to ask some questions.
![]() |
Similar Threads
- Microsoft Virtual Pc connecting to internet (Windows Software)
- need help connecting to the internet via linksys router (Networking Hardware Configuration)
- Help Computer has completely stopped connecting to internet (Networking Hardware Configuration)
- Connecting to Internet through Airport (OS X)
- Help Needed Re: Connecting to the internet (Windows NT / 2000 / XP)
- My Pc keeps restarting when connecting to the internet (Troubleshooting Dead Machines)
- can only open my documents after connecting to internet (Web Browsers)
- Problem connecting to the internet (Web Browsers)
Other Threads in the C# Forum
- Previous Thread: Parsing XML
- Next Thread: UdpClient BeginReceive problem
| Thread Tools | Search this Thread |
.net access algorithm alignment app array barchart bitmap box broadcast c# c#gridviewcolumn cast check checkbox client combobox communication control conversion csharp custom database datagrid datagridview dataset datatable datetime degrees development draganddrop drawing elevated encryption enum excel file focus form format forms function gdi+ hospitalmanagementsystem httpwebrequest image index input install java label list listbox localization login mandelbrot math messagebox mouseclick mysql operator path photoshop picturebox pixelinversion plotting pointer post programming radians read regex remote remoting richtextbox server sleep socket sql statistics stream string stringformatting sun table text textbox thread time timer update usercontrol validation visualstudio webbrowser whileloop windows winforms wpf xml






