Provides data for the ValidateIPAddress event for servers.
| C# | Visual Basic | Visual C++ |
public class ValidateIP_EventArgs
Public Class ValidateIP_EventArgs
public ref class ValidateIP_EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ValidateIP_EventArgs(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.
(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 | |