public System.Threading.Tasks.Task <Ürün_Mensegini_Bulma.svr.SearchByGTINResponse> SearchByGTINAsync(string sUserName, string sPassword, string sPremiumName, string sPremiumPassword, string sGTIN)
 {
     Ürün_Mensegini_Bulma.svr.SearchByGTINRequest inValue = new Ürün_Mensegini_Bulma.svr.SearchByGTINRequest();
     inValue.Body                  = new Ürün_Mensegini_Bulma.svr.SearchByGTINRequestBody();
     inValue.Body.sUserName        = sUserName;
     inValue.Body.sPassword        = sPassword;
     inValue.Body.sPremiumName     = sPremiumName;
     inValue.Body.sPremiumPassword = sPremiumPassword;
     inValue.Body.sGTIN            = sGTIN;
     return(((Ürün_Mensegini_Bulma.svr.AndroidSoap)(this)).SearchByGTINAsync(inValue));
 }
 public Ürün_Mensegini_Bulma.svr.ArrayOfString SearchByGTIN(string sUserName, string sPassword, string sPremiumName, string sPremiumPassword, string sGTIN)
 {
     Ürün_Mensegini_Bulma.svr.SearchByGTINRequest inValue = new Ürün_Mensegini_Bulma.svr.SearchByGTINRequest();
     inValue.Body                  = new Ürün_Mensegini_Bulma.svr.SearchByGTINRequestBody();
     inValue.Body.sUserName        = sUserName;
     inValue.Body.sPassword        = sPassword;
     inValue.Body.sPremiumName     = sPremiumName;
     inValue.Body.sPremiumPassword = sPremiumPassword;
     inValue.Body.sGTIN            = sGTIN;
     Ürün_Mensegini_Bulma.svr.SearchByGTINResponse retVal = ((Ürün_Mensegini_Bulma.svr.AndroidSoap)(this)).SearchByGTIN(inValue);
     return(retVal.Body.SearchByGTINResult);
 }
 System.Threading.Tasks.Task <Ürün_Mensegini_Bulma.svr.SearchByGTINResponse> Ürün_Mensegini_Bulma.svr.AndroidSoap.SearchByGTINAsync(Ürün_Mensegini_Bulma.svr.SearchByGTINRequest request)
 {
     return(base.Channel.SearchByGTINAsync(request));
 }
 Ürün_Mensegini_Bulma.svr.SearchByGTINResponse Ürün_Mensegini_Bulma.svr.AndroidSoap.SearchByGTIN(Ürün_Mensegini_Bulma.svr.SearchByGTINRequest request)
 {
     return(base.Channel.SearchByGTIN(request));
 }