Default constructor.
| C# | Visual Basic | Managed C++ |
public SocketLogEntry ( string text, long size, SocketLogEntryType type )
Public Sub New ( _ text As String, _ size As Long, _ type As SocketLogEntryType _ )
public: SocketLogEntry ( String^ text, long long size, SocketLogEntryType type )
- text (String)
- Log text.
- size (Int64)
- Data size.
- type (SocketLogEntryType)
- Log entry type
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)