System.Net.AutoWebProxyScriptWrapper.ScriptHost.GetDocVersionString C# (CSharp) Method

GetDocVersionString() public method

public GetDocVersionString ( string &version ) : void
version string
return void
            public void GetDocVersionString(out string version)
            {
                GlobalLog.Print("AutoWebProxyScriptWrapper.ScriptHost#" + ValidationHelper.HashString(this) + "::GetDocVersionString()");
                throw new NotImplementedException();
            }