Rolosoft.comRolosoft PayPal IPN Easy for .NET
RequestIP Property
NamespacesRolosoft.IpnEasy.NetLogRequestIP
Rolosoft.com: PayPal IPN Easy for .NET

Gets or sets the IP address of the host sending the IPN.

Remarks
You could use this for fraud detection. For example, you could log the IP of IPN messages that are not VERIFIED.
Declaration Syntax
C#Visual BasicVisual C++
public string RequestIP { get; set; }
Public Property RequestIP As String
public:
property String^ RequestIP {
	String^ get ();
	void set (String^ value);
}

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