Difference between revisions of "Midware TAppSrvClient.WSocket"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TAppSrvClient -> [[Midware_TAppSrvClient.WSocket | WSocke…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' WSocket: | + | '''property''' WSocket: TWSocket; |
== Description == | == Description == | ||
WSocket is the reference to the underlaiying TWSocket component used for communication with the application server. You don't need to access it for normal operation. Befaore using it, you must be sure to understand how TAppSrvClient works internally. | WSocket is the reference to the underlaiying TWSocket component used for communication with the application server. You don't need to access it for normal operation. Befaore using it, you must be sure to understand how TAppSrvClient works internally. |
Latest revision as of 12:45, 14 May 2011
Main page -> Midware component reference -> TAppSrvClient -> WSocket
Definition
property WSocket: TWSocket;
Description
WSocket is the reference to the underlaiying TWSocket component used for communication with the application server. You don't need to access it for normal operation. Befaore using it, you must be sure to understand how TAppSrvClient works internally.