Midware TClientWSocket.Dup
Revision as of 07:16, 5 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TClientWSocket -> Dup …')
Main page -> Midware component reference -> TClientWSocket -> Dup
Definition
property Dup: Dup(newHSocket:TSocket); virtual;;
Description
Dup associate a winsock handle to a TClientWSocket component. Calling Dup is the same as assigning HSocket property. It is used by TAppServer when his litening socket has received a connection from a client and returned a handle to the underlaying winsock DLL.