Exemplo n.º 1
0
        // CallBack function
        

        static public string SendScanare(string stringScanare)
        {
            WebService.PreluareDate ws = null;

            try
            {
                ws = new WebService.PreluareDate();
                ws.Proxy = System.Net.GlobalProxySelection.GetEmptyWebProxy();
                return ws.Scanare(stringScanare);
            }
            finally
            {
                ws = null;
            }
        }