ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1DataSource Namespace / C1DataSourceExtender Class / Proxy Property

In This Topic
    Proxy Property (C1DataSourceExtender)
    In This Topic
    The proxy to use with wijdatasource. The wijdatasource class will call the proxy object's request method. In the proxy object, you can send a request to a remote server to obtain data with the ajaxs options object provided. Then you can use the wijdatasource reader to process the raw data in the call.
    Syntax
    'Declaration
     
    Public Property Proxy As HttpProxy
    public HttpProxy Proxy {get; set;}
    See Also