The static
properties described below belong to the StiWebViewerFxOptions.Connection
group and
responsible for option of connection the client and server
sides:
·
|
The
ClientRequestTimeout
property sets
time (in seconds) that the client side will wait for the response
from the server side. The default value is 10 seconds; |
·
|
The
ClientRepeatCount
property sets
the number of repeats of requests of the server side to the client
side, when getting errors of obtaining data. The default value is 2
repeats; |
·
|
The
RelativeUrls
property
allows using the relative Url.
If the
RelativeUrls
is set
to false,
then the absolute Url
is used. If
the RelativeUrls
is set
to true,
then the
relative Url
is used. By
default, the value is set to false.
A sample of
the absolute and relative Urls
is shown
below: |
http://localhost:4444/WebDesignerDemo/WebDesigner.aspx
is an
absolute Url,
the
RelativeUrls
property is
set to false;
/WebDesignerDemo/WebDesigner.aspx is a relative
Url,
the
RelativeUrls
property is
set to true.
|