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

DefaultEOL Property

A default EOL value to be used by incoming connections.

Syntax

[VB.NET]
Public Property DefaultEOL As String
Public Property DefaultEOLB As Byte()

[C#]
public string DefaultEOL {get; set;}
public byte[] DefaultEOLB {get; set;}

Remarks

This property contains a default End Of Line (EOL) value to be used by incoming connections. Once the component accepts and establishes an inbound connection, it will set that connection's EOL to the value in this property. By default, this value is empty (""), meaning that data will be fired as it is received.

Default Value

""

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