PowerTCP Telnet for .NET CF
Data Field
See Also  Send comments on this topic.
Dart.Common Namespace > LogEventArgs Class : Data Field




Gets data read from or written to the stream.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Data As LogData
Visual Basic (Usage)Copy Code
Dim instance As LogEventArgs
Dim value As LogData
 
value = instance.Data
C# 
public readonly LogData Data
Managed Extensions for C++ 
public: readonly LogData* Data
C++/CLI 
public:
readonly LogData^ Data

Remarks

If SSL encryption is being used then Data is reported prior to encrypting or after decrypting.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.