MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetTlsVersion

Method SetTlsVersion

Plugins/FreeRDP/Client/ParameterFreeRDP.cpp:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void CParameterFreeRDP::SetTlsVersion(UINT16 newTlsVersion)
306{
307 if(m_tlsVersion == newTlsVersion)
308 return;
309 m_tlsVersion = newTlsVersion;
310 SetModified(true);
311}
312
313UINT32 CParameterFreeRDP::GetConnectType() const
314{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected