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

ClientSingleLineMode Property

This property shows the special mode for line-oriented protocols.

Object Oriented Interface

public function getClientSingleLineMode($clientid);
public function setClientSingleLineMode($clientid, $value);

Procedural Interface

ipworksssh_sshtunnel_get($res, 13 , $clientid);
ipworksssh_sshtunnel_set($res, 13, $value , $clientid);

Default Value

false

Remarks

This property shows the special mode for line-oriented protocols. When SingleLineMode is True, the class treats the incoming data stream as lines separated by CRLF, CR, or LF. The EOL property is ignored.

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

This property is not available at design time.

Data Type

Boolean

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