IP*Works! WS V9 - Online Help
IP*Works! WS V9
Questions / Feedback?

SendText Method

Sends text data to the server.

Syntax

[VB.NET]
Public Sub SendText(ByVal Text As String)
[C#]
public void SendText(string text);

Remarks

This method sends data as text to the server. Data sent with this method will always be treated as text data regardless of the value of DataFormat. The component will UTF-8 encode the supplied text.

NOTE: This method has a corresponding asynchronous version (SendTextAsync) for use in the WinRT environment.

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