Contains logging information for the IPN.
This class captures low level information from the PayPal IPN that can be used for subsequent auditing and logging in your application.
| C# | Visual Basic | Visual C++ |
public sealed class Log
Public NotInheritable Class Log
public ref class Log sealed
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Log()()() | Initializes a new instance of the Log class | |
| 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.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HttpHeaders | Gets or sets the HTTP headers from the HTTP request issued by PayPal. | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RawData | Gets or sets all form values returned from PayPal IPN notifications. | |
| Received | Gets or sets the date/time that an IPN was received. This is the server date/time hosting IPN Easy for .Net. Use this for logging the local time that the IPN was received. | |
| RequestIP | Gets or sets the IP address of the host sending the IPN.
You could use this for fraud detection. For example, you could log the IP of IPN messages that are not VERIFIED.
| |
| ToString()()() | (Inherited from Object.) | |
| VerificationTimer | Gests or sets the time duration for PayPal to verify the IPN. |
| Object | |
| Log | |
