Rolosoft.comRolosoft PayPal IPN Easy for .NET
Ipn Constructor (environment)
NamespacesRolosoft.IpnEasy.NetIpnIpn(PayPalEnvironment)
Rolosoft.com: PayPal IPN Easy for .NET
Initializes a new instance of the Ipn class.

Constructor.

Declaration Syntax
C#Visual BasicVisual C++
public Ipn(
	PayPalEnvironment environment
)
Public Sub New ( _
	environment As PayPalEnvironment _
)
public:
Ipn(
	PayPalEnvironment environment
)
Parameters
environment (PayPalEnvironment)
Live or Sandbox
Exceptions
ExceptionCondition
LicenseException

A valid license is required to run this component. The license is defined in your application or web.config file. See documentation for details of the changes required to your .config file to define your license.

  • no license supplied (e.g. licenseKey is null or empty)
  • license is not valid for this product
  • license is not valid for this version of product
  • your trial period has expired

ConfigurationSectionException

There was a problem locating and loading the configuration settings for this product.

Please ensure that you have modified you either you application.config or web.config file to add the product configuration settings section.

See documentation section "Installation" for further details.


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