System.Win.ScktComp.TServerClientThread Properties
InheritedProtected
| ClientSocket | public | Specifies the TServerClientWinSocket object that uses the thread for all reading and writing over the socket connection. | 
| Current | public | The currently running thread. | 
| CurrentThread | public | The currently running thread. | 
| Data | public | Points to application-specific data associated with the thread. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| ExternalThread | public | Specifies whether the current thread is created externally or not. | 
| FatalException | public | FatalException indicates that the execution of the thread was terminated because of an uncaught Exception. | 
| Finished | public | Indicates whether a thread execution is completed or terminated. | 
| FreeOnTerminate | public | Determines whether the thread object is automatically destroyed when the thread terminates. | 
| Handle | public | Indicates the thread's handle. | 
| IsSingleProcessor | public | Specifies whether the system has a single processor or not. | 
| KeepInCache | public | Determines whether the thread should be kept in the thread cache maintained by ServerSocket. | 
| OnSynchronize | public | |
| Priority | public | Determines the thread's scheduling priority relative to other threads in the process. | 
| ProcessorCount | public | Specifies the number of CPU cores in the system. | 
| ReturnValue | protected | Specifies the value returned to other waiting threads when the thread finishes executing. | 
| ServerSocket | public | Specifies the TServerWinSocket object that manages all the TServerClientThread objects for its client connections. | 
| Started | public | |
| Suspended | public | Indicates whether a thread is suspended. | 
| Terminated | protected | Indicates whether the thread has been asked to terminate. | 
| ThreadID | public | Identifies the thread throughout the system. |