示例#1
0
 public GetContentRequest1(LBi.LostDoc.MsdnContentService.appId appId, LBi.LostDoc.MsdnContentService.getContentRequest getContentRequest)
 {
     this.appId             = appId;
     this.getContentRequest = getContentRequest;
 }
示例#2
0
 public LBi.LostDoc.MsdnContentService.getContentResponse GetContent(LBi.LostDoc.MsdnContentService.appId appId, LBi.LostDoc.MsdnContentService.getContentRequest getContentRequest)
 {
     LBi.LostDoc.MsdnContentService.GetContentRequest1 inValue = new LBi.LostDoc.MsdnContentService.GetContentRequest1();
     inValue.appId             = appId;
     inValue.getContentRequest = getContentRequest;
     LBi.LostDoc.MsdnContentService.GetContentResponse1 retVal = ((LBi.LostDoc.MsdnContentService.ContentServicePortType)(this)).GetContent(inValue);
     return(retVal.getContentResponse);
 }