PowerTCP Emulation for .NET
NewLine Property




Gets or sets the end-of-line character sequence to use.
Syntax
<DefaultValueAttribute()>
Public Property NewLine As NewLine
Dim instance As Vt
Dim value As NewLine
 
instance.NewLine = value
 
value = instance.NewLine
[DefaultValue()]
public NewLine NewLine {get; set;}
[DefaultValue()]
public: __property NewLine get_NewLine();
public: __property void set_NewLine( 
   NewLine value
);
[DefaultValue()]
public:
property NewLine NewLine {
   NewLine get();
   void set (    NewLine value);
}

Property Value

A NewLine value. The default value is NewLine.Cr.
Remarks

This property determines if either a single CR or CR/LF combination is used as a line terminator.

If data is received from the host which causes this property to change, the NewLineChanged event is raised.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic