Send Method
Send data to the remote host.
Syntax
[VB.NET] Public Sub Send(ByVal Text As String)
[C#] public void Send(byte[] text);
Remarks
Calling this method is equivalent to setting the DataToSend property to Text.
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
Send MethodSend data to the remote host. Syntax[VB.NET] Public Sub Send(ByVal Text As String) [C#] public void Send(byte[] text); RemarksCalling this method is equivalent to setting the DataToSend property to Text. |
||