Provides data for the ValidateIPAddress event for servers.
| C# | Visual Basic | Managed C++ |
public class ValidateIP_EventArgs
Public Class ValidateIP_EventArgs
public ref class ValidateIP_EventArgs
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| ValidateIP_EventArgsNew(IPEndPoint, IPEndPoint) |
Default constructor.
| |
| ConnectedIP |
IP address of computer, which is sending mail to here.
| |
| Equals(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() | (Inherited from Object.) | |
| Validated |
Gets or sets if IP is allowed access.
|
| Object | |
| ValidateIP_EventArgs | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)