コード例 #1
0
 public MsdnHelper.ContentService.getContentResponse GetContent(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getContentRequest getContentRequest)
 {
     MsdnHelper.ContentService.GetContentRequest1 inValue = new MsdnHelper.ContentService.GetContentRequest1();
     inValue.appId             = appId;
     inValue.getContentRequest = getContentRequest;
     MsdnHelper.ContentService.GetContentResponse1 retVal = ((MsdnHelper.ContentService.ContentServicePortType)(this)).GetContent(inValue);
     return(retVal.getContentResponse);
 }
コード例 #2
0
 public GetContentRequest1(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getContentRequest getContentRequest)
 {
     this.appId             = appId;
     this.getContentRequest = getContentRequest;
 }
コード例 #3
0
 public System.Threading.Tasks.Task <MsdnHelper.ContentService.GetNavigationPathsResponse1> GetNavigationPathsAsync(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getNavigationPathsRequest getNavigationPathsRequest)
 {
     MsdnHelper.ContentService.GetNavigationPathsRequest1 inValue = new MsdnHelper.ContentService.GetNavigationPathsRequest1();
     inValue.appId = appId;
     inValue.getNavigationPathsRequest = getNavigationPathsRequest;
     return(((MsdnHelper.ContentService.ContentServicePortType)(this)).GetNavigationPathsAsync(inValue));
 }
コード例 #4
0
 public GetNavigationPathsRequest1(MsdnHelper.ContentService.appId appId, MsdnHelper.ContentService.getNavigationPathsRequest getNavigationPathsRequest)
 {
     this.appId = appId;
     this.getNavigationPathsRequest = getNavigationPathsRequest;
 }