IP*Works! IPC - Online Help
Available for:
IP*Works! IPC
Questions / Feedback?

Send Method

Sends data to the remote host.

Syntax

[VB.NET]
Public Sub Send(ByVal ConnectionId As String, ByVal Text As String)
[C#]
public void Send(string connectionId, byte[] text);

Remarks

This method sends data to the remote host. Calling this method is equivalent to setting the DataToSend property to Text.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0