BugzillaInterface.BugService.BugService C# (CSharp) Method

BugService() public method

public BugService ( string url ) : System
url string
return System
        public BugService(string url)
        {
            bugProxy = XmlRpcProxyGen.Create<IBugAPI>();
            bugProxy.Url = url;
            bugProxy.Proxy = new WebProxy("http://144.16.192.245:8080");
        }