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