IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

DefaultSingleLineMode Property

Tells the component whether or not to treat new connections as line-oriented.

Syntax

[VB.NET]
Public Property DefaultSingleLineMode As Boolean

[C#]
public bool DefaultSingleLineMode {get; set;}

Remarks

This property instructs the component whether or not to treat newly established connections as line-oriented protocols. If this value is True, newly accepted connections will read the incoming data stream as lines separated by CRLF, CR, or LF, and will ignore the end of lines (EOLs).

Default Value

False

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]