System.Net.Sockets.SocketType.Stream Field

Supports reliable, two-way, connection-based byte streams without the duplication of data and without preservation of boundaries. A Socket of this type communicates with a single peer and requires a remote host connection before communication can begin. SocketType.Stream uses the Transmission Control Protocol (ProtocolType.Tcp) System.Net.Sockets.ProtocolType and the InterNetwork System.Net.Sockets.AddressFamily.

Value: Stream

Syntax

SocketType Stream

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0