Beispiel #1
0
 public AxlNetClient.ListPhoneSecurityProfileRes listPhoneSecurityProfile(AxlNetClient.ListPhoneSecurityProfileReq listPhoneSecurityProfile1)
 {
     AxlNetClient.listPhoneSecurityProfileRequest inValue = new AxlNetClient.listPhoneSecurityProfileRequest();
     inValue.listPhoneSecurityProfile = listPhoneSecurityProfile1;
     AxlNetClient.listPhoneSecurityProfileResponse retVal = ((AxlNetClient.AXLPort37)(this)).listPhoneSecurityProfile(inValue);
     return(retVal.listPhoneSecurityProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listPhoneSecurityProfileResponse> listPhoneSecurityProfileAsync(AxlNetClient.ListPhoneSecurityProfileReq listPhoneSecurityProfile)
 {
     return(axlPortClient37.listPhoneSecurityProfileAsync(listPhoneSecurityProfile));
 }
Beispiel #3
0
 public AxlNetClient.ListPhoneSecurityProfileRes listPhoneSecurityProfile(AxlNetClient.ListPhoneSecurityProfileReq listPhoneSecurityProfile1)
 {
     return(axlPortClient37.listPhoneSecurityProfile(listPhoneSecurityProfile1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listPhoneSecurityProfileResponse> listPhoneSecurityProfileAsync(AxlNetClient.ListPhoneSecurityProfileReq listPhoneSecurityProfile)
 {
     AxlNetClient.listPhoneSecurityProfileRequest inValue = new AxlNetClient.listPhoneSecurityProfileRequest();
     inValue.listPhoneSecurityProfile = listPhoneSecurityProfile;
     return(((AxlNetClient.AXLPort37)(this)).listPhoneSecurityProfileAsync(inValue));
 }