Enum
WebServiceParameterType

Specifies the purpose of the WebServiceParameter.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum WebServiceParameterType

Fields

Cookie. Used to send a HTTP cookie with the HTTP request.

Declaration

cs-api-definition
Cookie = 3

Field Value

WebServiceParameterType

Header

Header. Used to add a field in the HTTP request header

Declaration

cs-api-definition
Header = 2

Field Value

WebServiceParameterType

Inline

Inline. Used to parameterize a chunck of the request URL path component.

Declaration

cs-api-definition
Inline = 0

Field Value

WebServiceParameterType

Query

Query. Used to add a parameter to the query component of the URL.

Declaration

cs-api-definition
Query = 1

Field Value

WebServiceParameterType

In this article
DefinitionFieldsCookieHeaderInlineQuery
Not finding the help you need?
Contact Support