Rolosoft.comRolosoft PayPal IPN Easy for .NET
RawData Property
NamespacesRolosoft.IpnEasy.NetIpnRawData
Rolosoft.com: PayPal IPN Easy for .NET

Gets all form values returned from PayPal IPN notifications.

Declaration Syntax
C#Visual BasicVisual C++
public NameValueCollection RawData { get; private set; }
Public Property RawData As NameValueCollection
public:
property NameValueCollection^ RawData {
	NameValueCollection^ get ();
	void set (NameValueCollection^ value);
}
Remarks

This property provides access to the PayPal IPN Forms collection of post variables. You can use these variables to provide a custom implementation of this component.

For example, you can use this property to handle new IPN variables defined by PayPal and not included in this components strong typing classes.

See Also

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