AuthorizationRequest Constructor (NameValueCollection)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Loader for use with form POSTS from web

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

Syntax

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

See Also