Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse addH323Phone(AxlNetClient.AddH323PhoneReq addH323Phone1)
 {
     AxlNetClient.addH323PhoneRequest inValue = new AxlNetClient.addH323PhoneRequest();
     inValue.addH323Phone = addH323Phone1;
     AxlNetClient.addH323PhoneResponse retVal = ((AxlNetClient.AXLPort41)(this)).addH323Phone(inValue);
     return(retVal.addH323PhoneResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addH323PhoneResponse> addH323PhoneAsync(AxlNetClient.AddH323PhoneReq addH323Phone)
 {
     AxlNetClient.addH323PhoneRequest inValue = new AxlNetClient.addH323PhoneRequest();
     inValue.addH323Phone = addH323Phone;
     return(((AxlNetClient.AXLPort41)(this)).addH323PhoneAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.addH323PhoneResponse> AxlNetClient.AXLPort41.addH323PhoneAsync(AxlNetClient.addH323PhoneRequest request)
 {
     return(base.Channel.addH323PhoneAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.addH323PhoneResponse AxlNetClient.AXLPort41.addH323Phone(AxlNetClient.addH323PhoneRequest request)
 {
     return(base.Channel.addH323Phone(request));
 }