Log entry type.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Get rid of it.")] public enum SocketLogEntryType
<ObsoleteAttribute("Get rid of it.")> _ Public Enumeration SocketLogEntryType
[ObsoleteAttribute(L"Get rid of it.")] public enum class SocketLogEntryType
| Member | Description |
|---|---|
| ReadFromRemoteEP |
Data is readed from remote endpoint.
|
| SendToRemoteEP |
Data is sent to remote endpoint.
|
| FreeText |
Comment log entry.
|