Home | History | Annotate | Download | only in socket

Lines Matching refs:IsConnected

680 bool SSLClientSocketWin::IsConnected() const {
687 return completed_handshake() && transport_->socket()->IsConnected();
691 // Unlike IsConnected, this method doesn't return a false positive.