Socket Class

Creates and configures sockets for network communications.

Namespace: System.Net.Sockets
Assembly: System (in system.dll)

Syntax

 public class Socket : IDisposable

Remarks

A socket enables communication among hosts on a network or among processes on a single computer. The Socket class supports the communications protocols that are specified by the ProtocolType enumeration.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Socket Members
System.Net.Sockets Namespace