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: 6.3.0.0 (0.8.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