Exemple #1
0
 public AxlNetClient.GetSdpTransparencyProfileRes getSdpTransparencyProfile(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile1)
 {
     AxlNetClient.getSdpTransparencyProfileRequest inValue = new AxlNetClient.getSdpTransparencyProfileRequest();
     inValue.getSdpTransparencyProfile = getSdpTransparencyProfile1;
     AxlNetClient.getSdpTransparencyProfileResponse retVal = ((AxlNetClient.AXLPort71)(this)).getSdpTransparencyProfile(inValue);
     return(retVal.getSdpTransparencyProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getSdpTransparencyProfileResponse> getSdpTransparencyProfileAsync(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile)
 {
     AxlNetClient.getSdpTransparencyProfileRequest inValue = new AxlNetClient.getSdpTransparencyProfileRequest();
     inValue.getSdpTransparencyProfile = getSdpTransparencyProfile;
     return(((AxlNetClient.AXLPort71)(this)).getSdpTransparencyProfileAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.getSdpTransparencyProfileResponse> AxlNetClient.AXLPort71.getSdpTransparencyProfileAsync(AxlNetClient.getSdpTransparencyProfileRequest request)
 {
     return(base.Channel.getSdpTransparencyProfileAsync(request));
 }
Exemple #4
0
 AxlNetClient.getSdpTransparencyProfileResponse AxlNetClient.AXLPort71.getSdpTransparencyProfile(AxlNetClient.getSdpTransparencyProfileRequest request)
 {
     return(base.Channel.getSdpTransparencyProfile(request));
 }