SendRequest Method
Sends a custom request to the server.
Syntax
[VB.NET] Public Sub SendRequest()
[C#] public void SendRequest();
Remarks
This method will send a custom request to the server. The Method property must be filled out with the correct method to send. In addition, the RequestParams will be added to the outgoing request.
NOTE: Refer to PayPal documentation for details on which parameters to include.