linux-packaging-mono/mcs/class/System/Documentation/en/ns-System.Net.Sockets.xml

13 lines
772 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Net.Sockets">
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N:System.Net.Sockets" /> namespace provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to the network.</para>
</summary>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Net.Sockets.TcpClient" />, <see cref="T:System.Net.Sockets.TcpListener" />, and <see cref="T:System.Net.Sockets.UdpClient" /> classes encapsulate the details of creating TCP and UDP connections to the Internet.</para>
</remarks>
</Docs>
</Namespace>