Esempio n. 1
0
 public GetContentRequest1(SharpDoc.MTPS.appId appId, SharpDoc.MTPS.getContentRequest getContentRequest)
 {
     this.appId             = appId;
     this.getContentRequest = getContentRequest;
 }
Esempio n. 2
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);
 }