  | ByLineTextMessageWriterDelimiter Property  | 
 [This is preliminary documentation and is subject to change.]
            The indicator for the end of a message.
            
 
    Namespace: 
   JsonRpc.Streams
    Assembly:
   JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic string Delimiter { get; }Public ReadOnly Property Delimiter As String
	Get
Dim instance As ByLineTextMessageWriter
Dim value As String
value = instance.Delimiter
public:
property String^ Delimiter {
	String^ get ();
}member Delimiter : string with get
Property Value
Type: 
String
Remarks
            If the writer writes a line that is the same as this parameter, the current message is finished.
            Use null to indicate that each line, as long as it is not empty,
            should be treated a message.
            
See Also