Exemple #1
0
 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);
 }
Exemple #2
0
 public void SetProtocol(QSsl.SslProtocol protocol)
 {
     interceptor.Invoke("setProtocol$", "setProtocol(QSsl::SslProtocol)", typeof(void), typeof(QSsl.SslProtocol), protocol);
 }