Beispiel #1
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);
 }
Beispiel #2
0
 LBi.LostDoc.MsdnContentService.GetContentResponse1 LBi.LostDoc.MsdnContentService.ContentServicePortType.GetContent(LBi.LostDoc.MsdnContentService.GetContentRequest1 request)
 {
     return(base.Channel.GetContent(request));
 }