Lasso Soft Inc. > Home

Name Summary Category
client_address [Client_Address] returns the host name of the current client. If the host name cannot be found then the IP address of the current client is returned. The [Client_Address] method can be used in a... Client
client_addr [client_addr] returns the IP address of the user. This method has been deprecated. It is supported in Lasso 9 in order to make it easy to deploy solutions that were created using Lasso WDE 3.x.... Client
client_authorization [Client_Authorization] returns a map that describes the current Web browser authentication method that is being used. The map always contains a Type member which is either Basic or Digest. If the... Client
client_browser [Client_Browser] returns the type of browser used by the current client. This information is retrieved from the HTTP request and can be modified by the client in some browsers. Client
client_contentlength [Client_ContentLength] returns the length in characters of the current HTTP request. [Client_ContentLength] is provided as backwards compatibility. For new Lasso 9 projects it we recommended... Client
client_contenttype [Client_contentType] returns the MIME type requested by the current HTTP request. The MIME type is used by the Web server to determine what type of file to return. Common MIME types include... Client
client_cookielist [Client_CookieList] returns a object of type [queriable_select] which contains every cookie sent along with the current HTTP request. Returns empty if no cookies are set. This tag can be used to... Client
client_cookies [Client_Cookies] returns a static array containing every cookie sent along with the current HTTP request. Client
client_encoding [Client_Encoding] returns the default encoding which was used for the GET and POST parameters (collectively action parameters) which were passed to the page. This information can be useful for... Client
client_formmethod [Client_FormMethod] returns the method used to load the current page. Possible return values include GET and POST. Some Web servers might also send HEAD requests on to Lasso. POST submissions... Client
client_getargs [Client_GetArgs] returns a string containing all the arguments passed along with the URL in the current request. Individual parameters are name/value pairs with an equals sign, separated by... Client
client_getparams [Client_GetParams] returns a pair array containing an element for each parameter passed along with the URL in the current request. Client
client_getparam [client_getparam] is used to retrieve specific GET parameters passed to the page by the client browser. Useful for addressing params where multiples may exist. The first parameter is the... Client
client_headers [Client_Headers] returns the text of the HTTP request which called the page. Much of the information in the header can be retrieved using other [Client_...] tags in a more convenient form. Client
client_ip [Client_IP] returns the IP address of the current client. The [Client_IP] method can be used in a conditional expression compared with a string that contains wildcards. [If(Client_IP ==... Client
client_iptointeger [Client_IPToInteger] accepts an IP address parameter and returns the equivalent integer. The integer format for IP addresses is required by some low-level protocols. Client
client_password No description available. Client
client_postargs [Client_PostArgs] returns a string containing all the arguments passed by a form for the current request. Individual parameters are name/value pairs with an equals sign, separated by ampersands. The... Client
client_postparams [Client_PostParams] returns a pair array containing an element for each parameter passed by a form as a POST parameter with the current request. Client
client_postparam [client_postparam] retrieves the named parameter. Useful for addressing params where multiples may exist. The first parameter is the name of the parameter, the second may either be the keyword... Client
client_type [Client_Type] returns the type of browser used by the current client. This information is retrieved from the HTTP request and can be modified by the client in some browsers. ... Client
client_url [Client_URL] returns the URL which the client requested in order to load the current page. Client
client_address->asString [client_address->asString] returns the client's IP address as a string type. Client
client_ip->asString [client_ip->asString] returns the current client_ip object as a string. Note that [client_ip->type] returns "client_ip", [client_ip->asString] is of type [string] Client
client_ip->asInteger [client_ip->asInteger] returns the integer value of the current client IP address. Client
Showing 1 - 25 of 27
  • 1

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft