[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=WebClient,Component,MarshalByRefObject,Object Info=Represents the WebClient object. [Property] Name=Sets the name of the component. ARG(string)|2| @BaseAddress=Sets the base URI for requests made by a WebClient. ARG(string)|2| @CachePolicy=Sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects. ARG(RequestCachePolicy)|20|(empty)|RequestCachePolicy @Credentials=Sets the network credentials that are sent to the host and used to authenticate the request. ARG(ICredentials)|20|(empty)|ICredentials @Encoding=Sets the Encoding used to upload and download strings. ARG(Encoding)|20|(empty)|Encoding @Headers=Sets a collection of header name/value pairs associated with the request. ARG(WebHeaderCollection)|20|(empty)|WebHeaderCollection @Proxy=Sets the proxy used by this WebClient object. ARG(IWebProxy)|20|(empty)|IWebProxy @QueryString=Sets a collection of query name/value pairs associated with the request. ARG(NameValueCollection)|20|(empty)|NameValueCollection @UseDefaultCredentials=Sets a Boolean value that controls whether the DefaultCredentials are sent with requests. ARG(bool)|14|1|True,False [Methods] *BaseAddress=Returns the base URI for requests made by a WebClient. ARG(string)|3|2 *CachePolicy=Returns the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects. ARG(RequestCachePolicy)|3|0 *Credentials=Returns the network credentials that are sent to the host and used to authenticate the request. ARG(ICredentials)|3|0 *Encoding=Returns and sets the Encoding used to upload and download strings. ARG(Encoding)|3|0 *Headers=Returns a collection of header name/value pairs associated with the request. ARG(WebHeaderCollection)|3|0 *IsBusy=Returns whether a Web request is in progress. ARG(bool)|3|104 *Proxy=Returns the proxy used by this WebClient object. ARG(IWebProxy)|3|0 *QueryString=Returns a collection of query name/value pairs associated with the request. ARG(NameValueCollection)|3|0 *ResponseHeaders=Returns a collection of header name/value pairs associated with the response. ARG(WebHeaderCollection)|3|0 *UseDefaultCredentials=Returns a Boolean value that controls whether the DefaultCredentials are sent with requests. ARG(bool)|3|104 WebClient=Returns the WebClient object. ARG(WebClient)|3|0