class %IO.Socket
extends %IO.DeviceStream, %IO.IParts.SocketIO, %IO.SocketCommon
property Host
as %String(MAXLEN=500);
method Close(Output pSC As %Status, pIntentional As %Boolean = 1, pSCReason As %Status = $$$OK)
as %Boolean
Disconnect and close the current connection
method Open(pHost As %String = "", pPort As %String = "", ByRef pTimeout As %Numeric = -1, Output pSC As %Status)
as %Boolean
Establish a TCP connection to the given host computer on the given port number, if possible within pTimeout.