Log entry type.
| C# | Visual Basic | Visual C++ |
public enum SocketLogEntryType
Public Enumeration SocketLogEntryType
public enum class SocketLogEntryType
| Member | Description |
|---|---|
| ReadFromRemoteEP |
Data is readed from remote endpoint.
|
| SendToRemoteEP |
Data is sent to remote endpoint.
|
| FreeText |
Comment log entry.
|