예제 #1
0
 public SharpDoc.MTPS.getContentResponse GetContent(SharpDoc.MTPS.appId appId, SharpDoc.MTPS.getContentRequest getContentRequest)
 {
     SharpDoc.MTPS.GetContentRequest1 inValue = new SharpDoc.MTPS.GetContentRequest1();
     inValue.appId             = appId;
     inValue.getContentRequest = getContentRequest;
     SharpDoc.MTPS.GetContentResponse1 retVal = ((SharpDoc.MTPS.ContentServicePortType)(this)).GetContent(inValue);
     return(retVal.getContentResponse);
 }
예제 #2
0
 SharpDoc.MTPS.GetContentResponse1 SharpDoc.MTPS.ContentServicePortType.GetContent(SharpDoc.MTPS.GetContentRequest1 request)
 {
     return(base.Channel.GetContent(request));
 }