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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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