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 = 1Newlines are represented by a \r\n character sequence.
Lf = 0Newlines are represented as a single \n character.