com.softwareag.connectivity.httpclient
Event HttpOptions


Holds extra optional HTTP options.
Since:
10.1.0.5

Member Summary
 dictionary<string, string >headers

The headers.
 dictionary<string, string >cookies

The cookies.
 dictionary<string, string >queryParams

The query parameters. Empty for the response.
 
Member Detail

cookies

dictionary<string, string > cookies
The cookies.

headers

dictionary<string, string > headers
The headers.

queryParams

dictionary<string, string > queryParams
The query parameters. Empty for the response.