C# 클래스 Payments.eway.GatewayConnector

Summary description for GatewayConnector. Copyright Web Active Corporation Pty Ltd - All rights reserved. 1998-2006 This code is for exclusive use with the eWAY payment gateway
파일 보기 프로젝트 열기: NickJosevski/Payments.AU 1 사용 예제들

공개 메소드들

메소드 설명
GatewayConnector ( string gatewayUri = "", int timeOut ) : System
ProcessRequest ( RebillPaymentMessage paymentRequest ) : bool

Do the post to the gateway and retrieve the response

비공개 메소드들

메소드 설명
ReadResponseStream ( WebResponse response ) : string

메소드 상세

GatewayConnector() 공개 메소드

public GatewayConnector ( string gatewayUri = "", int timeOut ) : System
gatewayUri string
timeOut int
리턴 System

ProcessRequest() 공개 메소드

Do the post to the gateway and retrieve the response
public ProcessRequest ( RebillPaymentMessage paymentRequest ) : bool
paymentRequest RebillPaymentMessage Payment details
리턴 bool