Qyoto.QNetworkReply.SetError C# (CSharp) Method

SetError() protected method

protected SetError ( QNetworkReply errorCode, string errorString ) : void
errorCode QNetworkReply
errorString string
return void
        protected void SetError(QNetworkReply.NetworkError errorCode, string errorString)
        {
            interceptor.Invoke("setError$$", "setError(QNetworkReply::NetworkError, const QString&)", typeof(void), typeof(QNetworkReply.NetworkError), errorCode, typeof(string), errorString);
        }