HttpXmlUtility Constructor

AuthorizeNet .NET

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

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

Syntax

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

Parameters

mode
Type: AuthorizeNet..::..ServiceMode
The mode.
apiLogin
Type: System..::..String
The API login.
transactionKey
Type: System..::..String
The transaction key.

See Also