System.Net.Socket.TSocket Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddrpublicSocket address in a format suitable for use with various OS socket APIs.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EncodingpublicThe encoding that the socket uses to encode sent data and to decode received data.
EndpointpublicThe connected endpoint.
HandlepublicA reference to the underlying socket handle.
LocalAddresspublicThe local IP address.
LocalEndpointpublicThe local endpoint address.
LocalHostpublicThe local host name.
LocalPortpublicThe local port number.
RemoteAddresspublicRemote IP address.
RemoteEndpointpublicRemote endpoint address.
RemoteHostpublicRemote host name.
RemotePortpublicRemote port number.
SocketTypepublicThe type of the socket.
StatepublicThe current state of the socket.