public StockExchangeWeb.StockExchangeService.Stock[] GetAllStock(StockExchangeWeb.StockExchangeService.AuthSoapHd AuthSoapHd)
 {
     StockExchangeWeb.StockExchangeService.GetAllStockRequest inValue = new StockExchangeWeb.StockExchangeService.GetAllStockRequest();
     inValue.AuthSoapHd = AuthSoapHd;
     StockExchangeWeb.StockExchangeService.GetAllStockResponse retVal = ((StockExchangeWeb.StockExchangeService.StockExchangeServiceSoap)(this)).GetAllStock(inValue);
     return(retVal.GetAllStockResult);
 }
 StockExchangeWeb.StockExchangeService.GetAllStockResponse StockExchangeWeb.StockExchangeService.StockExchangeServiceSoap.GetAllStock(StockExchangeWeb.StockExchangeService.GetAllStockRequest request)
 {
     return(base.Channel.GetAllStock(request));
 }