BugzillaInterface.BugService.BugService C# (CSharp) Метод

BugService() публичный Метод

public BugService ( string url ) : System
url string
Результат System
        public BugService(string url)
        {
            bugProxy = XmlRpcProxyGen.Create<IBugAPI>();
            bugProxy.Url = url;
            bugProxy.Proxy = new WebProxy("http://144.16.192.245:8080");
        }