Transparent Property
When True, Telnet command processing is disabled.
Syntax
[VB.NET] Public Property Transparent As Boolean
[C#] public bool Transparent {get; set;}
Remarks
The Transparent property allows you to enable or disable Telnet command processing. When command processing is disabled, any data received is provided with no modifications.
Default Value
False