Beispiel #1
0
 public AxlNetClient.ListSipProfileRes listSipProfile(AxlNetClient.ListSipProfileReq listSipProfile1)
 {
     AxlNetClient.listSipProfileRequest inValue = new AxlNetClient.listSipProfileRequest();
     inValue.listSipProfile = listSipProfile1;
     AxlNetClient.listSipProfileResponse retVal = ((AxlNetClient.AXLPort1)(this)).listSipProfile(inValue);
     return(retVal.listSipProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listSipProfileResponse> listSipProfileAsync(AxlNetClient.ListSipProfileReq listSipProfile)
 {
     return(axlPortClient1.listSipProfileAsync(listSipProfile));
 }
Beispiel #3
0
 public AxlNetClient.ListSipProfileRes listSipProfile(AxlNetClient.ListSipProfileReq listSipProfile1)
 {
     return(axlPortClient1.listSipProfile(listSipProfile1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listSipProfileResponse> listSipProfileAsync(AxlNetClient.ListSipProfileReq listSipProfile)
 {
     AxlNetClient.listSipProfileRequest inValue = new AxlNetClient.listSipProfileRequest();
     inValue.listSipProfile = listSipProfile;
     return(((AxlNetClient.AXLPort1)(this)).listSipProfileAsync(inValue));
 }