Class QueryParameterHandlerOption
- Namespace
- Autodesk.Common.HttpClientLibrary.Middleware.Options
- Assembly
- Autodesk.Common.HttpClientLibrary.dll
public class QueryParameterHandlerOption : IRequestOption
- Inheritance
-
QueryParameterHandlerOption
- Implements
-
IRequestOption
- Inherited Members
Properties
QueryParameters
List of query parameters to be added to the request.
public Dictionary<string, string> QueryParameters { get; set; }