Beispiel #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);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getSdpTransparencyProfileResponse> getSdpTransparencyProfileAsync(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile)
 {
     return(axlPortClient71.getSdpTransparencyProfileAsync(getSdpTransparencyProfile));
 }
Beispiel #3
0
 public AxlNetClient.GetSdpTransparencyProfileRes getSdpTransparencyProfile(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile1)
 {
     return(axlPortClient71.getSdpTransparencyProfile(getSdpTransparencyProfile1));
 }
Beispiel #4
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));
 }