Click or drag to resize

MvComponentMsgStream Property

Gets or sets the writer on which messages received from the server are written.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public static TextWriter MsgStream { get; set; }

Property Value

Type: TextWriter
The TextWriter on which messages received from the server are written.
See Also