Specifies the HTTP request method.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum WebServiceRequestMethod
Fields
GET. (Default)
C#
Get = 0
POST.
C#
Post = 1
Specifies the HTTP request method.
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public enum WebServiceRequestMethod
GET. (Default)
Get = 0
POST.
Post = 1