Class RequestParameter
Namespace: FastReport.Olap.Cloud
Assembly: FastCube.Core.dll
Represents the parameter of http request.
public class RequestParameter
Inheritance
Constructors
RequestParameter(string, string)
Initializes a naw instance of the FastReport.Olap.Cloud.RequestParameter class with a specified parameters.
public RequestParameter(string name, string value)
Parameters
name
string
The name of a request parameter.
value
string
The value of a request paramter.
Properties
Name
Gets the name of a request parameter.
public string Name { get; }
Property Value
Value
Gets the value of a request parameter.
public string Value { get; }