Method | Description | |
---|---|---|
IPNMessage ( string>.Dictionary |
Construct a new IPNMessage object using dynamic SDK configuration
|
|
IPNMessage ( |
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
|
Method | Description | |
---|---|---|
GetIPNEndpoint ( ) : string | ||
Initialize ( |
Initializing nvcMap and constructing query string
|
public IPNMessage ( string>.Dictionary |
||
config | string>.Dictionary | Dynamic SDK configuration parameters |
parameters | byte | byte array read from request |
return | System.Collections.Generic |
public IPNMessage ( |
||
nvc | ||
return | System.Collections.Generic |
public IPNMessage ( byte parameters ) : System.Collections.Generic | ||
parameters | byte | byte array read from request |
return | System.Collections.Generic |