C# Класс PayPal.IPNMessage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IPNMessage ( string>.Dictionary config, byte parameters ) : System.Collections.Generic

Construct a new IPNMessage object using dynamic SDK configuration

IPNMessage ( NameValueCollection nvc ) : System.Collections.Generic

IPNMessage constructor

IPNMessage ( byte parameters ) : System.Collections.Generic

Construct a new IPNMessage object using .Config file based configuration

IpnValue ( string ipnName ) : string

Gets the IPN request parameter value for the given name

Validate ( ) : bool

Returns the IPN request validation

Приватные методы

Метод Описание
GetIPNEndpoint ( ) : string
Initialize ( NameValueCollection nvc ) : void

Initializing nvcMap and constructing query string

Описание методов

IPNMessage() публичный Метод

Construct a new IPNMessage object using dynamic SDK configuration
public IPNMessage ( string>.Dictionary config, byte parameters ) : System.Collections.Generic
config string>.Dictionary Dynamic SDK configuration parameters
parameters byte byte array read from request
Результат System.Collections.Generic

IPNMessage() публичный Метод

IPNMessage constructor
public IPNMessage ( NameValueCollection nvc ) : System.Collections.Generic
nvc System.Collections.Specialized.NameValueCollection
Результат System.Collections.Generic

IPNMessage() публичный Метод

Construct a new IPNMessage object using .Config file based configuration
public IPNMessage ( byte parameters ) : System.Collections.Generic
parameters byte byte array read from request
Результат System.Collections.Generic

IpnValue() публичный Метод

Gets the IPN request parameter value for the given name
public IpnValue ( string ipnName ) : string
ipnName string
Результат string

Validate() публичный Метод

Returns the IPN request validation
public Validate ( ) : bool
Результат bool