November 29, 2001 - Persisting SSL Authentication Information
November 29, 2001 Persisting SSL Authentication Information Tips: November 2001
Yehuda Shiran, Ph.D.
|
useOptions
object. You create the useOptions
object as follows:
objReuse = sElementID.createUseOptions([boolReuseConn])
Where:
sElementID
is the ID
of the element to which the WebService
behavior is attached.
boolReuseConn
is an optional boolean parameter, which specifies whether to persist the SSL authentication data.
objReuse
is the new object.
The useOptions
object has a single property, reuseConnection
. You can set it to true
instead of sending true
to the createUseOptions()
method above.