Пример #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);
 }
Пример #2
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));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.listPhoneSecurityProfileResponse> AxlNetClient.AXLPort37.listPhoneSecurityProfileAsync(AxlNetClient.listPhoneSecurityProfileRequest request)
 {
     return(base.Channel.listPhoneSecurityProfileAsync(request));
 }
Пример #4
0
 AxlNetClient.listPhoneSecurityProfileResponse AxlNetClient.AXLPort37.listPhoneSecurityProfile(AxlNetClient.listPhoneSecurityProfileRequest request)
 {
     return(base.Channel.listPhoneSecurityProfile(request));
 }