C# Class Ogone.Response

A response received from Ogone
显示文件 Open project: Impuls-Communicatie/Ogone.NET

Public Methods

Method 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 method

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
return void

AddField() public method

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
return void

GetField() public method

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

RemoveField() public method

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

Response() public method

public Response ( SHA sha, string shaOutSignature, string shaSign ) : System
sha SHA
shaOutSignature string
shaSign string
return System

Response() public method

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