public SharpCore.MTPS.getContentResponse GetContent(SharpCore.MTPS.appId appId, SharpCore.MTPS.getContentRequest getContentRequest) { SharpCore.MTPS.GetContentRequest1 inValue = new SharpCore.MTPS.GetContentRequest1(); inValue.appId = appId; inValue.getContentRequest = getContentRequest; SharpCore.MTPS.GetContentResponse1 retVal = ((SharpCore.MTPS.ContentServicePortType)(this)).GetContent(inValue); return(retVal.getContentResponse); }
SharpCore.MTPS.GetContentResponse1 SharpCore.MTPS.ContentServicePortType.GetContent(SharpCore.MTPS.GetContentRequest1 request) { return(base.Channel.GetContent(request)); }