C# 클래스 Ogone.Response

A response received from Ogone
파일 보기 프로젝트 열기: Impuls-Communicatie/Ogone.NET

공개 메소드들

메소드 설명
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