Gateway Constructor (String, String)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the Gateway class

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public Gateway(
	string apiLogin,
	string transactionKey
)
Visual Basic
Public Sub New ( _
	apiLogin As String, _
	transactionKey As String _
)
Visual C++
public:
Gateway(
	String^ apiLogin, 
	String^ transactionKey
)

Parameters

apiLogin
Type: System..::..String
transactionKey
Type: System..::..String

See Also