New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.DataSourceSettings.WebServiceBaseSettings

A class holding the base data source web service settings of the Telerik.Web.UI.RadClientDataSource .

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.DataSourceSettings.WebServiceBaseSettings

Properties

ContentType String

Gets or sets the content type that is expected from the data service.

DataType ClientDataSourceDataType

Gets or sets the data type that is expected from the data service.

EnableCaching Boolean

Enables or disables client-side data caching in . Caching is disabled by default.

RequestType ClientDataSourceHttpMethod

Gets or sets the type of the request that will be used to send the data to the service. The default is .

Url String

Gets or sets the URL of the web service.

In this article