Socket logger.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Get rid of it.")] public class SocketLogger
<ObsoleteAttribute("Get rid of it.")> _ Public Class SocketLogger
[ObsoleteAttribute(L"Get rid of it.")] public ref class SocketLogger
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SocketLogger(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.
(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 | |