







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
IGatewayRequest..::..Post Property |
IGatewayRequest Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
Dictionary<string, string> Post { get; set; } |
Visual Basic |
---|
Property Post As Dictionary(Of String, String) Get Set |
Visual C++ |
---|
property Dictionary<String^, String^>^ Post { Dictionary<String^, String^>^ get (); void set (Dictionary<String^, String^>^ value); } |