PowerTCP Emulation for .NET
NewLine Enumeration




Enumerates the end-of-line sequences sent to the host in response to an EOL character (ENTER key). Used by the NewLine property.
Syntax
Public Enum NewLine 
   Inherits System.Enum
Dim instance As NewLine
public enum NewLine : System.Enum 
__value public enum NewLine : public System.Enum 
public enum class NewLine : public System.Enum 
Members
MemberDescription
Cr CR only (ASCII 13).
CrLf CR/LF combination (ASCII 13 and ASCII 10).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Emulation.NewLine

See Also

Reference

Dart.Emulation Namespace


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