CardknoxRequestBeginRequest Method |
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public static CardknoxRequest BeginRequest(
string key,
string software,
string softwareVersion,
string cardknoxVer = null
)
Public Shared Function BeginRequest (
key As String,
software As String,
softwareVersion As String,
Optional cardknoxVer As String = Nothing
) As CardknoxRequest
public:
static CardknoxRequest^ BeginRequest(
String^ key,
String^ software,
String^ softwareVersion,
String^ cardknoxVer = nullptr
)
static member BeginRequest :
key : string *
software : string *
softwareVersion : string *
?cardknoxVer : string
(* Defaults:
let _cardknoxVer = defaultArg cardknoxVer null
*)
-> CardknoxRequest
Parameters
- key
- Type: SystemString
Your Cardknox API Key. - software
- Type: SystemString
Name of your software. - softwareVersion
- Type: SystemString
Version number of your software. - cardknoxVer (Optional)
- Type: SystemString
Gateway API Version.
Return Value
Type:
CardknoxRequestSee Also