LumiSoft Mail Server User API
ValidateIP_EventArgs Class
Namespaces > LumiSoft.Net > ValidateIP_EventArgs
Provides data for the ValidateIPAddress event for servers.
Syntax
C#Visual BasicManaged C++
public class ValidateIP_EventArgs
Public Class ValidateIP_EventArgs
public ref class ValidateIP_EventArgs
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
ValidateIP_EventArgsNew(IPEndPoint, IPEndPoint)
Default constructor.
ConnectedIP
IP address of computer, which is sending mail to here.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorText
Gets or sets error text what is sent to connected socket. NOTE: This is only used if Validated = false.
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.)
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.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoteEndPoint
Gets remote endpoint.
SessionTag
Gets or sets user data what is stored to session.Tag property.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Validated
Gets or sets if IP is allowed access.
Inheritance Hierarchy
Object
ValidateIP_EventArgs

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)