System.Net.Sockets.SocketType.Raw Field

Supports access to the underlying transport protocol. Using the System.Net.Sockets.SocketType SocketType.Raw, you can communicate using protocols like Internet Control Message Protocol (ProtocolType.Icmp) and Internet Group Management Protocol (ProtocolType.Igmp). Your application must provide a complete IP header when sending. Received datagrams return with the IP header and options intact.

Value: Raw

Syntax

SocketType Raw

Requirements

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