The StandardSocket type exposes the following members.

Properties

  NameDescription
Public propertyAddressFamily (Inherited from BaseSocket.)
Public propertyAvailable (Overrides BaseSocket..::..Available.)
Public propertyConnected
True if the socket was connected at the last operation
(Overrides BaseSocket..::..Connected.)
Public propertyLocalEndPoint
Gets the local endpoint.
(Overrides BaseSocket..::..LocalEndPoint.)
Public propertyRemoteEndPoint
Gets the remote end-point.
(Overrides BaseSocket..::..RemoteEndPoint.)
Public propertySocket
Gets plain .NET socket

See Also