LumiSoft Mail Server User API
LumiSoft.Net Namespace
Namespaces > LumiSoft.Net

[Missing namespace summary documentation for N:LumiSoft.Net]

Syntax
C#Visual BasicManaged C++
namespace LumiSoft.Net
Namespace LumiSoft.Net
namespace LumiSoft.Net
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public enumerationAuthType
Authentication type.
public classBindInfo
Holds socket bind info.
public enumerationBindInfoProtocol
Specifies BindInfo protocol.
public classCircleCollection<(Of T>)
Circle collection. Elements will be circled clockwise.
public classCore
Provides net core utility methods.
public classError_EventArgs
Provides data for the SysError event for servers.
public delegateErrorEventHandler
To be supplied.
public classJunkingStream
This stream just junks all written data.
public classLog_EventArgs
Provides data for the SessionLog event.
public delegateLogEventHandler
To be supplied.
public classReadException
Summary description for ReadException.
public enumerationReadReplyCode
Reply reading return codes.
public classSocketBufferedWriter
Implements buffered writer for socket.
public delegateSocketCallBack

[Missing <summary> documentation for T:LumiSoft.Net.SocketCallBack]

public enumerationSocketCallBackResult
Asynchronous command execute result.
public classSocketEx
This class implements extended socket, provides usefull methods for reading and writing data to socket.
public classSocketLogEntry
Socket log entry.
public enumerationSocketLogEntryType
Log entry type.
public classSocketLogger
Socket logger.
public classSocketServer
This is base class for Socket and Session based servers.
public classSocketServerSession
This is base class for SocketServer sessions.
public classStreamLineReader
Stream line reader.
public classStringReader
String reader.
public classTextUtils
This class provides usefull text methods.
public classValidateIP_EventArgs
Provides data for the ValidateIPAddress event for servers.
public delegateValidateIPHandler
Represents the method that will handle the SMTP_Server.ValidateIPAddress and POP3_Server.ValidateIPAddressevent.