public QSslCipher(string name, QSsl.SslProtocol protocol) : this((Type)null) { CreateProxy(); interceptor.Invoke("QSslCipher$$", "QSslCipher(const QString&, QSsl::SslProtocol)", typeof(void), typeof(string), name, typeof(QSsl.SslProtocol), protocol); }
public void SetProtocol(QSsl.SslProtocol protocol) { interceptor.Invoke("setProtocol$", "setProtocol(QSsl::SslProtocol)", typeof(void), typeof(QSsl.SslProtocol), protocol); }