The TCP Client Object - HTML2EXE Programming Interface

Document Path: Home Page / Programming / HTML2EXE / Interfaces / TCP Client Object  
Properties Handle Name PeerName Property ReceiveBuffer SendBuffer Status
Methods Close Connect DoRoutine SetCallbacks
Properties

Handle

Value UINT (socket handle)
Access Get, Put
Notes

Name

Value BSTR (address of the object)
Access Get
Notes Winsock Keyword: getsockname

PeerName

Value BSTR
Access Get
Notes Winsock Keyword: getpeername

Property

Value VARIANT
Arguments:
  • BSTR name
Access Get, Put
Notes for storing run-time variables

ReceiveBuffer

Value Buffer Object
Access Get
Notes

SendBuffer

Value Buffer Object
Access Get
Notes

Status

Value long
Access Get
Notes
Methods

Close

Return Value
Notes

Connect

Return Value long
Arguments:
Notes

SetCallbacks

Return Value
Arguments:
  • Object callbackFuncs
Notes