ResponseParams Property
A collection of name-value pair parameters returned by the server after the last request.
Syntax
public NVPParamList getResponseParams();
Remarks
This property will be populated after a call to SendRequest, and will contain parameters that were returned by the server in the response.
This collection is indexed from 0 to size - 1.
This property is read-only and not available at design time.