using System; using System.ServiceModel; namespace iMonitorApp { // Token: 0x0200000D RID: 13 [ServiceContract] public interface ISendDataService { // Token: 0x0600006B RID: 107 [OperationContract] string helloworld(); } }