Beispiel #1
0
 public AxlNetClient.StandardResponse addSipProfile(AxlNetClient.AddSipProfileReq addSipProfile1)
 {
     AxlNetClient.addSipProfileRequest inValue = new AxlNetClient.addSipProfileRequest();
     inValue.addSipProfile = addSipProfile1;
     AxlNetClient.addSipProfileResponse retVal = ((AxlNetClient.AXLPort1)(this)).addSipProfile(inValue);
     return(retVal.addSipProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addSipProfileResponse> addSipProfileAsync(AxlNetClient.AddSipProfileReq addSipProfile)
 {
     return(axlPortClient1.addSipProfileAsync(addSipProfile));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse addSipProfile(AxlNetClient.AddSipProfileReq addSipProfile1)
 {
     return(axlPortClient1.addSipProfile(addSipProfile1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addSipProfileResponse> addSipProfileAsync(AxlNetClient.AddSipProfileReq addSipProfile)
 {
     AxlNetClient.addSipProfileRequest inValue = new AxlNetClient.addSipProfileRequest();
     inValue.addSipProfile = addSipProfile;
     return(((AxlNetClient.AXLPort1)(this)).addSipProfileAsync(inValue));
 }