C# 클래스 PayPal.IPNMessage

파일 보기 프로젝트 열기: paypal/sdk-core-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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