Enum NewLineDelimitedMessageHandler.NewLineStyle
- Namespace
- StreamJsonRpc
- Assembly
- StreamJsonRpc.dll
Describes the supported styles of new lines that can be written.
public enum NewLineDelimitedMessageHandler.NewLineStyle
Fields
CrLf = 1
Newlines are represented by a \r\n character sequence.
Lf = 0
Newlines are represented as a single \n character.