public AxlNetClient.GetSIPNormalizationScriptRes getSIPNormalizationScript(AxlNetClient.GetSIPNormalizationScriptReq getSIPNormalizationScript1) { AxlNetClient.getSIPNormalizationScriptRequest inValue = new AxlNetClient.getSIPNormalizationScriptRequest(); inValue.getSIPNormalizationScript = getSIPNormalizationScript1; AxlNetClient.getSIPNormalizationScriptResponse retVal = ((AxlNetClient.AXLPort66)(this)).getSIPNormalizationScript(inValue); return(retVal.getSIPNormalizationScriptResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.getSIPNormalizationScriptResponse> getSIPNormalizationScriptAsync(AxlNetClient.GetSIPNormalizationScriptReq getSIPNormalizationScript) { AxlNetClient.getSIPNormalizationScriptRequest inValue = new AxlNetClient.getSIPNormalizationScriptRequest(); inValue.getSIPNormalizationScript = getSIPNormalizationScript; return(((AxlNetClient.AXLPort66)(this)).getSIPNormalizationScriptAsync(inValue)); }
System.Threading.Tasks.Task <AxlNetClient.getSIPNormalizationScriptResponse> AxlNetClient.AXLPort66.getSIPNormalizationScriptAsync(AxlNetClient.getSIPNormalizationScriptRequest request) { return(base.Channel.getSIPNormalizationScriptAsync(request)); }
AxlNetClient.getSIPNormalizationScriptResponse AxlNetClient.AXLPort66.getSIPNormalizationScript(AxlNetClient.getSIPNormalizationScriptRequest request) { return(base.Channel.getSIPNormalizationScript(request)); }