Description of Networking and Remoting Namespace in .NET Framework

xiaoxiao2021-04-04  253

Recently, in terms of network development, rest, put the NET framework in the namespace of the network in accordance with the information on the MSDN, share with you:

System.net provides a simple programming interface for multiple protocols on the network today. Among them, the WebRequest and WebResponse classes constitute the basis of the embedded protocol. Through this class, you can make you easily develop applications using network resources while don't have to worry about the details of the agreement. System.net.socket provides an execution interface for hosted Windows Socket, which allows developers to control the access of network data more closely. System.Runtime.Remoting provides classes and interfaces that allow developers to create and configure distributed applications. System.rumtime.Remoting.Activaton provides classes and objects that support servers and clients to activate remote objects. System.rumtime.Remoting.Channels contains classes for processing channels, processing data receptions for connection channels, and connection channels, which acts as a transmission medium when the client calls the remote object. System.Runtime.Remoting.Channels.http contains classes that use HTTP protocols to transfer messages, which are also used to remotely transfer and receive objects. By default, the HTTP channel encodes and decodes the transfer object in a SOAP format, but in the configuration properties of the channel, you can specify other coded and decoded data reception formats. System.Runtime.Remoting.channels.tcp contains classes that use TCP protocols to transfer messages, which are also used to remotely transfer and receive objects. By default, the TCP channel encodes and decodes the transfer object in a binary format, but in the configuration properties of the channel, you can specify other coding and decoding data reception formats. System.Runtime.Remoting.Services contains classes that provide .NET Framework Methods System.Runtime.Remoting.Proxies contain classes that control the agent and provide a proxy method. System.Runtime.Remoting.Contexts contains various objects that define the context of all objects that reside. (The context is a sequence of an ordered attribute, which is provided with an environment in which the object is located.)

I have had the top 9, the 10th I haven't used it, I don't know the specific application value, I hope that the high-end finger of the passing is one or two.

转载请注明原文地址:https://www.9cbs.com/read-131781.html

New Post(0)