Can I read C# Network Programming Basics on EtoBox?
C# Network Programming Basics by Đào Quỳnh Như is a document available to read on EtoBox.
What is C# Network Programming Basics about?
The document describes the basic classes needed for network programming in .NET and the steps to create a basic TCP/IP client-server connection. It lists classes like IPAddress, IPEndPoint, Socket, and MemoryStream that are in the System.Net and System.IO namespaces. It then outlines the steps the server takes to listen on a port and accept connections and the steps the client takes to connect, send, and receive data from the server. Both the server and client use serialization with MemoryStream and BinaryF
- Author
- Đào Quỳnh Như
- Language
- EN