Rolosoft.comRolosoft PayPal IPN Easy for .NET
VerificationTimer Property
NamespacesRolosoft.IpnEasy.NetLogVerificationTimer
Rolosoft.com: PayPal IPN Easy for .NET

Gests or sets the time duration for PayPal to verify the IPN.

Declaration Syntax
C#Visual BasicVisual C++
public TimeSpan VerificationTimer { get; set; }
Public Property VerificationTimer As TimeSpan
public:
property TimeSpan VerificationTimer {
	TimeSpan get ();
	void set (TimeSpan value);
}
Remarks

When you call the Validate()()() method, IPN Integrator for .Net contacts the PayPal server (using HTTP Post) to validate the IPN.

The time for this validation is recored here. You could use this to track and log any potential performance bottlenecks with the PayPal IPN server over time.

See Also

Assembly: Rolosoft.IpnEasy.Net (Module: Rolosoft.IpnEasy.Net) Version: 1.0.4316.24325 (1.0.0.5)