Пример #1
0
 public DataCenterTestClient.DDPServerTypes.Response DDPRequest(DataCenterTestClient.DDPServerTypes.DDPRequestType DDPRequest1)
 {
     DataCenterTestClient.DDPServerTypes.DDPRequestRequest inValue = new DataCenterTestClient.DDPServerTypes.DDPRequestRequest();
     inValue.DDPRequest = DDPRequest1;
     DataCenterTestClient.DDPServerTypes.DDPRequestResponse retVal = ((DataCenterTestClient.DDPServerTypes.ddpPortType)(this)).DDPRequest(inValue);
     return(retVal.Response);
 }
Пример #2
0
 public DDPRequestRequest(DataCenterTestClient.DDPServerTypes.DDPRequestType DDPRequest)
 {
     this.DDPRequest = DDPRequest;
 }