You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`TLSSocket` and `TLSSocketWrapper`are implementing TLS stream over existing `Socket` transport. Design and implementation details are explained in [Secure Socket](../reference/securesocket.html) page.
3
+
`TLSSocket` and `TLSSocketWrapper`implement TLS stream over the existing `Socket` transport. You can find design and implementation details in the [SecureSocket](../reference/securesocket.html) page.
4
4
5
-
For using secure TLS connections, application utilise the `TLSSocketWrapper` through Socket API, so existing applications and libraries should be compatible.
5
+
To use secure TLS connections, the application uses the `TLSSocketWrapper` through the Socket API, so existing applications and libraries are compatible.
0 commit comments