WebKit.WebUIDelegate.webViewStatusText C# (CSharp) Method

webViewStatusText() public method

public webViewStatusText ( WebView sender ) : string
sender WebView
return string
        public string webViewStatusText(WebView sender)
        {
            throw new NotImplementedException();
        }