System.Win.ScktComp.TClientWinSocket Properties
InheritedProtected
| Addr | public | Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the socket port. |
| ASyncStyles | public | Determines which asynchronous events the socket can receive. |
| ClientType | public | Specifies whether the client Windows socket reads and writes information asynchronously over the socket connection. |
| Connected | public | Indicates whether the socket connection is open and available for communication with other machines. |
| Data | public | Points to application-specific data associated with the socket. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Handle | public | Specifies the handle of the window that receives notifications from the Windows socket. |
| LocalAddress | public | Specifies the IP address of the local system that was bound to the socket connection. |
| LocalHost | public | Specifies the name of the local system. |
| LocalPort | public | Specifies the ID number of the port used by the socket connection. |
| LookupState | public | Indicates any asynchronous activities occurring while opening a connection. |
| RemoteAddr | public | Specifies the Internet socket address structure used in Windows socket API calls to represent the full specification of the remote socket port. |
| RemoteAddress | public | Specifies the IP address of the remote system that was bound to the socket connection. |
| RemoteHost | public | Specifies the name of the remote system. |
| RemotePort | public | Specifies the ID number of the port used by the RemoteHost to form the socket connection. |
| SocketHandle | public | Specifies the Windows handle for the socket. |