C# Класс Ogone.Response

A response received from Ogone
Показать файл Открыть проект

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

Метод Описание
AddField ( OutFields key, string value ) : void

Add a parameter to the response

AddField ( string key, string value ) : void

Add a parameter to the response

GetField ( OutFields key ) : string

Get a value of a parameter if it already was added

RemoveField ( OutFields key ) : void

Remove a parameter from the response

Response ( SHA sha, string shaOutSignature, string shaSign ) : System
Response ( SHA sha, string shaOutSignature, string shaSign, Encoding encoding ) : System

Описание методов

AddField() публичный Метод

Add a parameter to the response
public AddField ( OutFields key, string value ) : void
key OutFields Name of the parameter from Ogone
value string The value of the parameter
Результат void

AddField() публичный Метод

Add a parameter to the response
public AddField ( string key, string value ) : void
key string Name of the parameter from Ogone
value string The value of the parameter
Результат void

GetField() публичный Метод

Get a value of a parameter if it already was added
public GetField ( OutFields key ) : string
key OutFields Name of the parameter from Ogone
Результат string

RemoveField() публичный Метод

Remove a parameter from the response
public RemoveField ( OutFields key ) : void
key OutFields Name of the parameter from Ogone
Результат void

Response() публичный Метод

public Response ( SHA sha, string shaOutSignature, string shaSign ) : System
sha SHA
shaOutSignature string
shaSign string
Результат System

Response() публичный Метод

public Response ( SHA sha, string shaOutSignature, string shaSign, Encoding encoding ) : System
sha SHA
shaOutSignature string
shaSign string
encoding System.Text.Encoding
Результат System