示例#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);
 }
示例#2
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));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.getPhoneSecurityProfileResponse> AxlNetClient.AXLPort37.getPhoneSecurityProfileAsync(AxlNetClient.getPhoneSecurityProfileRequest request)
 {
     return(base.Channel.getPhoneSecurityProfileAsync(request));
 }
示例#4
0
 AxlNetClient.getPhoneSecurityProfileResponse AxlNetClient.AXLPort37.getPhoneSecurityProfile(AxlNetClient.getPhoneSecurityProfileRequest request)
 {
     return(base.Channel.getPhoneSecurityProfile(request));
 }