jabber.connection.HttpStanzaStream.StartTLS C# (CSharp) Method

StartTLS() public method

Negotiates Start-TLS with the other endpoint.
public StartTLS ( ) : void
return void
        public override void StartTLS()
        {
            //m_sock.StartTLS();
            //XEP25Socket s = Sock;

            //Debug.Assert(s != null);
            //m_listener[Options.REMOTE_CERTIFICATE] = s.RemoteCertificate;
        }