Beispiel #1
0
 public AxlNetClient.GetPhoneSecurityProfileRes getPhoneSecurityProfile(AxlNetClient.GetPhoneSecurityProfileReq getPhoneSecurityProfile1)
 {
     AxlNetClient.getPhoneSecurityProfileRequest inValue = new AxlNetClient.getPhoneSecurityProfileRequest();
     inValue.getPhoneSecurityProfile = getPhoneSecurityProfile1;
     AxlNetClient.getPhoneSecurityProfileResponse retVal = ((AxlNetClient.AXLPort37)(this)).getPhoneSecurityProfile(inValue);
     return(retVal.getPhoneSecurityProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getPhoneSecurityProfileResponse> getPhoneSecurityProfileAsync(AxlNetClient.GetPhoneSecurityProfileReq getPhoneSecurityProfile)
 {
     return(axlPortClient37.getPhoneSecurityProfileAsync(getPhoneSecurityProfile));
 }
Beispiel #3
0
 public AxlNetClient.GetPhoneSecurityProfileRes getPhoneSecurityProfile(AxlNetClient.GetPhoneSecurityProfileReq getPhoneSecurityProfile1)
 {
     return(axlPortClient37.getPhoneSecurityProfile(getPhoneSecurityProfile1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getPhoneSecurityProfileResponse> getPhoneSecurityProfileAsync(AxlNetClient.GetPhoneSecurityProfileReq getPhoneSecurityProfile)
 {
     AxlNetClient.getPhoneSecurityProfileRequest inValue = new AxlNetClient.getPhoneSecurityProfileRequest();
     inValue.getPhoneSecurityProfile = getPhoneSecurityProfile;
     return(((AxlNetClient.AXLPort37)(this)).getPhoneSecurityProfileAsync(inValue));
 }