C# Class Ogone.Response

A response received from Ogone
Afficher le fichier Open project: Impuls-Communicatie/Ogone.NET

Méthodes publiques

Méthode Description
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

Method Details

AddField() public méthode

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
Résultat void

AddField() public méthode

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
Résultat void

GetField() public méthode

Get a value of a parameter if it already was added
public GetField ( OutFields key ) : string
key OutFields Name of the parameter from Ogone
Résultat string

RemoveField() public méthode

Remove a parameter from the response
public RemoveField ( OutFields key ) : void
key OutFields Name of the parameter from Ogone
Résultat void

Response() public méthode

public Response ( SHA sha, string shaOutSignature, string shaSign ) : System
sha SHA
shaOutSignature string
shaSign string
Résultat System

Response() public méthode

public Response ( SHA sha, string shaOutSignature, string shaSign, Encoding encoding ) : System
sha SHA
shaOutSignature string
shaSign string
encoding System.Text.Encoding
Résultat System