SIMResponse Constructor (NameValueCollection)

AuthorizeNet .NET

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

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

Syntax

C#
public SIMResponse(
	NameValueCollection post
)
Visual Basic
Public Sub New ( _
	post As NameValueCollection _
)
Visual C++
public:
SIMResponse(
	NameValueCollection^ post
)

See Also