C# Class 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
ファイルを表示 Open project: NickJosevski/Payments.AU Class Usage Examples

Public Methods

Method Description
GatewayConnector ( string gatewayUri = "", int timeOut ) : System
ProcessRequest ( RebillPaymentMessage paymentRequest ) : bool

Do the post to the gateway and retrieve the response

Private Methods

Method Description
ReadResponseStream ( WebResponse response ) : string

Method Details

GatewayConnector() public method

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

ProcessRequest() public method

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