networking in .net/C#

前端 未结 3 1829
青春惊慌失措
青春惊慌失措 2021-02-03 16:12

Could somebody please point me in the right direction for learning how to do networking in C#/.net 3.5? Code samples and explanations are welcome. Basically I am looking for how

3条回答
  •  粉色の甜心
    2021-02-03 16:50

    It depends on what you want to focus on.

    If you want to focus on functionality and leave the plumbing to the framework, then start with Windows Communication Foundation.

    If you're looking to build your own plumbing, then use System.Net.Sockets.Socket class.

提交回复
热议问题