Ejemplo n.º 1
0
 public GetContentRequest1(SharpGen.MTPS.appId appId, SharpGen.MTPS.getContentRequest getContentRequest)
 {
     this.appId             = appId;
     this.getContentRequest = getContentRequest;
 }
Ejemplo n.º 2
0
 public SharpGen.MTPS.getContentResponse GetContent(SharpGen.MTPS.appId appId, SharpGen.MTPS.getContentRequest getContentRequest)
 {
     SharpGen.MTPS.GetContentRequest1 inValue = new SharpGen.MTPS.GetContentRequest1();
     inValue.appId             = appId;
     inValue.getContentRequest = getContentRequest;
     SharpGen.MTPS.GetContentResponse1 retVal = ((SharpGen.MTPS.ContentServicePortType)(this)).GetContent(inValue);
     return(retVal.getContentResponse);
 }