Пример #1
0
 public void GetData(ref TestClient.SmevTestService.HeaderType Header, ref TestClient.SmevTestService.MessageType Message, ref TestClient.SmevTestService.MessageDataType MessageData)
 {
     TestClient.SmevTestService.GetTestData inValue = new TestClient.SmevTestService.GetTestData();
     inValue.Header      = Header;
     inValue.Message     = Message;
     inValue.MessageData = MessageData;
     TestClient.SmevTestService.GetTestDataResponse retVal = ((TestClient.SmevTestService.ISmevTestService)(this)).GetData(inValue);
     Header      = retVal.Header;
     Message     = retVal.Message;
     MessageData = retVal.MessageData;
 }
Пример #2
0
 public GetTestDataResponse(TestClient.SmevTestService.HeaderType Header, TestClient.SmevTestService.MessageType Message, TestClient.SmevTestService.MessageDataType MessageData)
 {
     this.Header      = Header;
     this.Message     = Message;
     this.MessageData = MessageData;
 }