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

WSConnectionDataFormat Property

The format of the data being sent.

Syntax

int GetWSConnectionDataFormat(int iConnectionId);

int SetWSConnectionDataFormat(int iConnectionId, int iWSConnectionDataFormat);

Possible Values

  DF_AUTOMATIC(0), 
  DF_TEXT(1), 
  DF_BINARY(2), 
  DF_PING(9)

Default Value

0

Remarks

The format of the data being sent. When data is sent over an established connection it is either considered as text or binary data. Text data is UTF-8 encoded. Binary data has no encoding associated with it.

Possible values are:

0 (dfAutomatic - default) The class will attempt to automatically determine the correct data format. This is suitable for most cases.
1 (dfText) The class will UTF-8 encode the specified data before sending. Data that has already been UTF-8 encoded may also be supplied.
2 (dfBinary) The class will send the data exactly as it is provided.
9 (dfPing) The class will send the ping with data exactly as it is provided.

The size of the array is controlled by the WSConnectionCount property.

This property is not available at design time.

Data Type

Integer

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