示例#1
0
 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);
 }
示例#2
0
 SharpCore.MTPS.GetContentResponse1 SharpCore.MTPS.ContentServicePortType.GetContent(SharpCore.MTPS.GetContentRequest1 request)
 {
     return(base.Channel.GetContent(request));
 }