PayPalSystem ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents PayPal (see https://www.paypal.com/) payment service. NOTE: Before use WebClient, please set in your configuration file 1. ServicePoint's Expect100Continue to 'false' (100-continue header can reduce performace and is not supported by some web accellerator), 2. HttpRequest timeout and any other ServicePoint's settings if needeed.
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.Web.Pay PaySystem
              NFX.Web.Pay.PayPal PayPalSystem

Namespace: NFX.Web.Pay.PayPal
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class PayPalSystem : PaySystem
See Also