Class RequestParamBuilder
Inheritance
RequestParamBuilder
Assembly: Coree.NETStandard.dll
Syntax
public class RequestParamBuilder
Constructors
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
RequestParamBuilder(Dictionary<string, string>?, Dictionary<string, string>?, Dictionary<string, string>?)
Declaration
public RequestParamBuilder(Dictionary<string, string>? queryParams = null, Dictionary<string, string>? headers = null, Dictionary<string, string>? cookies = null)
Parameters
Properties
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
Cookies
Declaration
public Dictionary<string, string>? Cookies { get; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
Headers
Declaration
public Dictionary<string, string>? Headers { get; }
Property Value
|
<<<<<<< HEAD
Edit this page
View Source
=======
Edit this page
View Source
>>>>>>> release
QueryParams
Declaration
public Dictionary<string, string>? QueryParams { get; }
Property Value