示例#1
0
 public AxlNetClient.ListSdpTransparencyProfileRes listSdpTransparencyProfile(AxlNetClient.ListSdpTransparencyProfileReq listSdpTransparencyProfile1)
 {
     AxlNetClient.listSdpTransparencyProfileRequest inValue = new AxlNetClient.listSdpTransparencyProfileRequest();
     inValue.listSdpTransparencyProfile = listSdpTransparencyProfile1;
     AxlNetClient.listSdpTransparencyProfileResponse retVal = ((AxlNetClient.AXLPort71)(this)).listSdpTransparencyProfile(inValue);
     return(retVal.listSdpTransparencyProfileResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.listSdpTransparencyProfileResponse> listSdpTransparencyProfileAsync(AxlNetClient.ListSdpTransparencyProfileReq listSdpTransparencyProfile)
 {
     AxlNetClient.listSdpTransparencyProfileRequest inValue = new AxlNetClient.listSdpTransparencyProfileRequest();
     inValue.listSdpTransparencyProfile = listSdpTransparencyProfile;
     return(((AxlNetClient.AXLPort71)(this)).listSdpTransparencyProfileAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.listSdpTransparencyProfileResponse> AxlNetClient.AXLPort71.listSdpTransparencyProfileAsync(AxlNetClient.listSdpTransparencyProfileRequest request)
 {
     return(base.Channel.listSdpTransparencyProfileAsync(request));
 }
示例#4
0
 AxlNetClient.listSdpTransparencyProfileResponse AxlNetClient.AXLPort71.listSdpTransparencyProfile(AxlNetClient.listSdpTransparencyProfileRequest request)
 {
     return(base.Channel.listSdpTransparencyProfile(request));
 }