Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
SSLSocket.SSLConnecting
From Xojo Documentation
Read-Only Property
(As
Boolean
)
Boolean
Value
=
a
SSLSocket
.
SSLConnecting
Supported for all project types and targets.
True
if the socket is in the process of doing a handshake to establish an SSL connection.
Sample Code
If
Me
.
SSLConnecting
Then
// proceed with connection
End If
Category
:
Properties