







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| HttpXmlUtility..::..Send Method |
| HttpXmlUtility Class See Also Send Feedback |
Sends the specified API request.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public ANetApiResponse Send( ANetApiRequest apiRequest ) |
| Visual Basic |
|---|
Public Function Send ( _ apiRequest As ANetApiRequest _ ) As ANetApiResponse |
| Visual C++ |
|---|
public: ANetApiResponse^ Send( ANetApiRequest^ apiRequest ) |
Parameters
- apiRequest
- Type: ANetApiRequest
The API request.
