Gets the underlying System.Net.Sockets.Socket.
Documentation for this section has not yet been entered.
Classes deriving from System.Net.Sockets.NetworkStream can use this property to get the underlying System.Net.Sockets.Socket. Use the underlying System.Net.Sockets.Socket returned from the NetworkStream.Socket property if you require access beyond that which System.Net.Sockets.NetworkStream provides.
This property is accessible only through this class or a derived class.