MCPcopy Create free account
hub / github.com/SFML/SFML / setupTlsClient

Method setupTlsClient

src/SFML/Network/TcpSocket.cpp:970–973  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

968
969////////////////////////////////////////////////////////////
970TcpSocket::TlsStatus TcpSocket::setupTlsClient(const String& hostname, bool verifyPeer)
971{
972 return m_impl->setupTls(*this, hostname, verifyPeer, nullptr, 0, nullptr, 0, nullptr, 0);
973}
974
975
976////////////////////////////////////////////////////////////

Callers 4

TcpSocket.test.cppFile · 0.80
sendRequestMethod · 0.80
runTcpClientFunction · 0.80

Calls 1

setupTlsMethod · 0.80

Tested by

no test coverage detected