| 136 | |
| 137 | |
| 138 | int Client::Connect(SOCKET_T s) |
| 139 | { |
| 140 | SetUpBase(pimpl_->base_, client_end, s); |
| 141 | return SSL_connect(pimpl_->base_.ssl_); |
| 142 | } |
| 143 | |
| 144 | |
| 145 | int Client::Write(const void* buffer, int sz) |
nothing calls this directly
no test coverage detected