 | ByLineTextMessageWriterLeaveWriterOpen Property |
[This is preliminary documentation and is subject to change.]
Whether to leave
Writer or
Stream (if this instance is initialized with a Stream)
open when disposing this instance.
Namespace:
JsonRpc.Streams
Assembly:
JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic bool LeaveWriterOpen { get; set; }
Public Property LeaveWriterOpen As Boolean
Get
Set
Dim instance As ByLineTextMessageWriter
Dim value As Boolean
value = instance.LeaveWriterOpen
instance.LeaveWriterOpen = value
public:
property bool LeaveWriterOpen {
bool get ();
void set (bool value);
}
member LeaveWriterOpen : bool with get, set
Property Value
Type:
Boolean
See Also