| MvProcessTrace Property |
Gets or sets a
TextWriter for traces
related to Tcp communication layer.
Namespace: RW.Server.TcpAssembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static TextWriter Trace { get; set; }
Public Shared Property Trace As TextWriter
Get
Set
public:
static property TextWriter^ Trace {
TextWriter^ get ();
void set (TextWriter^ value);
}
Property Value
Type:
TextWriter
The
TextWriter that is used by the Tcp
communication layer to send trace message to.
If
null, no traces are emitted.
See Also