Exemplo n.º 1
0
 public string MSISDN_HEADER()
 {
     Mobilerush.Web.HTTPService.MSISDN_HEADERRequest inValue = new Mobilerush.Web.HTTPService.MSISDN_HEADERRequest();
     inValue.Body = new Mobilerush.Web.HTTPService.MSISDN_HEADERRequestBody();
     Mobilerush.Web.HTTPService.MSISDN_HEADERResponse retVal = ((Mobilerush.Web.HTTPService.HeaderIndexSoap)(this)).MSISDN_HEADER(inValue);
     return(retVal.Body.MSISDN_HEADERResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Mobilerush.Web.HTTPService.MSISDN_HEADERResponse> MSISDN_HEADERAsync()
 {
     Mobilerush.Web.HTTPService.MSISDN_HEADERRequest inValue = new Mobilerush.Web.HTTPService.MSISDN_HEADERRequest();
     inValue.Body = new Mobilerush.Web.HTTPService.MSISDN_HEADERRequestBody();
     return(((Mobilerush.Web.HTTPService.HeaderIndexSoap)(this)).MSISDN_HEADERAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Mobilerush.Web.HTTPService.MSISDN_HEADERResponse> Mobilerush.Web.HTTPService.HeaderIndexSoap.MSISDN_HEADERAsync(Mobilerush.Web.HTTPService.MSISDN_HEADERRequest request)
 {
     return(base.Channel.MSISDN_HEADERAsync(request));
 }
Exemplo n.º 4
0
 Mobilerush.Web.HTTPService.MSISDN_HEADERResponse Mobilerush.Web.HTTPService.HeaderIndexSoap.MSISDN_HEADER(Mobilerush.Web.HTTPService.MSISDN_HEADERRequest request)
 {
     return(base.Channel.MSISDN_HEADER(request));
 }