Difference between revisions of "Midware TClientWSocket.HSocket"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.HSocket | HSo…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' HSocket: | + | '''property''' HSocket: TSocket; |
== Description == | == Description == | ||
HSocket is the underlaying winsock DLL handle for the connection handled by TClientWSocket component. It may be unassigned (nul) if there is no connection is established. | HSocket is the underlaying winsock DLL handle for the connection handled by TClientWSocket component. It may be unassigned (nul) if there is no connection is established. |
Latest revision as of 14:16, 14 May 2011
Main page -> Midware component reference -> TClientWSocket -> HSocket
Definition
property HSocket: TSocket;
Description
HSocket is the underlaying winsock DLL handle for the connection handled by TClientWSocket component. It may be unassigned (nul) if there is no connection is established.