public System.Threading.Tasks.Task <Ürün_Mensegini_Bulma.svr.SearchByGLNResponse> SearchByGLNAsync(string sUserName, string sPassword, string sPremiumName, string sPremiumPassword, string sGLN)
 {
     Ürün_Mensegini_Bulma.svr.SearchByGLNRequest inValue = new Ürün_Mensegini_Bulma.svr.SearchByGLNRequest();
     inValue.Body                  = new Ürün_Mensegini_Bulma.svr.SearchByGLNRequestBody();
     inValue.Body.sUserName        = sUserName;
     inValue.Body.sPassword        = sPassword;
     inValue.Body.sPremiumName     = sPremiumName;
     inValue.Body.sPremiumPassword = sPremiumPassword;
     inValue.Body.sGLN             = sGLN;
     return(((Ürün_Mensegini_Bulma.svr.AndroidSoap)(this)).SearchByGLNAsync(inValue));
 }
 public Ürün_Mensegini_Bulma.svr.ArrayOfString SearchByGLN(string sUserName, string sPassword, string sPremiumName, string sPremiumPassword, string sGLN)
 {
     Ürün_Mensegini_Bulma.svr.SearchByGLNRequest inValue = new Ürün_Mensegini_Bulma.svr.SearchByGLNRequest();
     inValue.Body                  = new Ürün_Mensegini_Bulma.svr.SearchByGLNRequestBody();
     inValue.Body.sUserName        = sUserName;
     inValue.Body.sPassword        = sPassword;
     inValue.Body.sPremiumName     = sPremiumName;
     inValue.Body.sPremiumPassword = sPremiumPassword;
     inValue.Body.sGLN             = sGLN;
     Ürün_Mensegini_Bulma.svr.SearchByGLNResponse retVal = ((Ürün_Mensegini_Bulma.svr.AndroidSoap)(this)).SearchByGLN(inValue);
     return(retVal.Body.SearchByGLNResult);
 }
 System.Threading.Tasks.Task <Ürün_Mensegini_Bulma.svr.SearchByGLNResponse> Ürün_Mensegini_Bulma.svr.AndroidSoap.SearchByGLNAsync(Ürün_Mensegini_Bulma.svr.SearchByGLNRequest request)
 {
     return(base.Channel.SearchByGLNAsync(request));
 }
 Ürün_Mensegini_Bulma.svr.SearchByGLNResponse Ürün_Mensegini_Bulma.svr.AndroidSoap.SearchByGLN(Ürün_Mensegini_Bulma.svr.SearchByGLNRequest request)
 {
     return(base.Channel.SearchByGLN(request));
 }