Method Name |
Argument |
Returned Value |
Description |
|
STRING, which is session cookies |
Sets cookies. |
|
STRING - which is a cookie |
|
Returns itself object. It is useful for calling in chain way like DISPLAY ses.SetCookie(cookies).GetCookie() |
|
|
web.Response, and / or web.Request, and / or om.DomDocument, and / or web.Response's result |
Performs a request to the server's side. |
|
web.Request |web.Response |Body(Xml) |
(Response |Request |Atomic |Xml)* |
Performs a request with NONE method to the server`s side. |
|
web.Request |
Future |
Performs the defined request asynchronously to the server`s side. Returns the Future object. |
|
performStream |
web.Request |
Stream |
Performs the defined request asynchronously to the server`s side. Returns the Stream object. |
web.Url |
|
Defines Url that will be used in performing request |
|
|
web.Url |
Returns Url for the request |
|
quit (DEPRECATED) |
(Response |Request |Atomic |Xml)* |
Stops the started Lycia application. |
|
|
web.Session |
Is a static method that creates a session object. |