Click or drag to resize
PayWayAPIInitialise Method (String, Stream)
Initialise this object so that it can process CCAPI transactions.

Namespace: Qvalent.PayWay
Assembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax
C#
[MTAThreadAttribute]
public void Initialise(
	string parameters,
	Stream certificateStream
)

Parameters

parameters
Type: SystemString
the initialisation parameters (delimited with an ampersand &) to use. These parameters must contain at a mimimum the url and the log directory
certificateStream
Type: System.IOStream
The certificate stream from an embedded resource
Remarks
None
See Also