Socket logger.
| C# | Visual Basic | Managed C++ |
public class SocketLogger
Public Class SocketLogger
public ref class SocketLogger
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| SocketLoggerNew(Socket, LogEventHandler) |
Default constructor.
| |
| AddReadEntry(String, Int64) |
Adds data read(from remoteEndpoint) entry.
| |
| AddSendEntry(String, Int64) |
Adds data send(to remoteEndpoint) entry.
| |
| AddTextEntry(String) |
Adds free text entry.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Flush() |
Requests to write all in memory log entries to log log file.
| |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| LocalEndPoint |
Gets local endpoint.
| |
| LogEntries |
Gets current cached log entries.
| |
| LogEntriesToString(SocketLogger, Boolean, Boolean) |
Converts log entries to string.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoteEndPoint |
Gets remote endpoint.
| |
| SessionID |
Gets or sets session ID.
| |
| ToString() | (Inherited from Object.) | |
| UserName |
Gets or sets authenticated user name.
|
| Object | |
| SocketLogger | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)