We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 498e2d2 + 2987bed commit 6137c98Copy full SHA for 6137c98
features/netsocket/TLSSocket.h
@@ -140,7 +140,6 @@ class TLSSocket : public TCPSocket {
140
nsapi_error_t set_client_cert_key(const char *client_cert_pem, const char *client_private_key_pem);
141
142
// From TCPSocket
143
- nsapi_error_t connect(const char *host, uint16_t port) override;
144
nsapi_error_t connect(const SocketAddress &address) override;
145
146
protected:
0 commit comments