//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.586 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace DaoMqGUI.ServiceReference1 { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://Microsoft.ServiceModel.Samples", ConfigurationName="ServiceReference1.IRemoteControl")] public interface IRemoteControl { [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransports", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportsResponse")] string[] GetTransports(); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportEnabled", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportEnabledResponse")] bool GetTransportEnabled(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/SetTransportEnabled", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/SetTransportEnabledResponse")] void SetTransportEnabled(string transport, bool enabled); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastrunOk", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastrunOkRespons" + "e")] bool GetTransportLastrunOk(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastErrorMessage" + "", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastErrorMessage" + "Response")] string GetTransportLastErrorMessage(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastOkTime", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastOkTimeRespon" + "se")] string GetTransportLastOkTime(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastErrorTime", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLastErrorTimeRes" + "ponse")] string GetTransportLastErrorTime(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportCounter", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportCounterResponse")] int GetTransportCounter(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLog", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportLogResponse")] string[] GetTransportLog(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportDirection", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportDirectionRespons" + "e")] string GetTransportDirection(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportQueueName", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportQueueNameRespons" + "e")] string GetTransportQueueName(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportInsertQuery", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportInsertQueryRespo" + "nse")] string GetTransportInsertQuery(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportReadQuery", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportReadQueryRespons" + "e")] string GetTransportReadQuery(string transport); [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportUpdateQuery", ReplyAction="http://Microsoft.ServiceModel.Samples/IRemoteControl/GetTransportUpdateQueryRespo" + "nse")] string GetTransportUpdateQuery(string transport); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IRemoteControlChannel : DaoMqGUI.ServiceReference1.IRemoteControl, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class RemoteControlClient : System.ServiceModel.ClientBase, DaoMqGUI.ServiceReference1.IRemoteControl { public RemoteControlClient() { } public RemoteControlClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public RemoteControlClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public RemoteControlClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public RemoteControlClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string[] GetTransports() { return base.Channel.GetTransports(); } public bool GetTransportEnabled(string transport) { return base.Channel.GetTransportEnabled(transport); } public void SetTransportEnabled(string transport, bool enabled) { base.Channel.SetTransportEnabled(transport, enabled); } public bool GetTransportLastrunOk(string transport) { return base.Channel.GetTransportLastrunOk(transport); } public string GetTransportLastErrorMessage(string transport) { return base.Channel.GetTransportLastErrorMessage(transport); } public string GetTransportLastOkTime(string transport) { return base.Channel.GetTransportLastOkTime(transport); } public string GetTransportLastErrorTime(string transport) { return base.Channel.GetTransportLastErrorTime(transport); } public int GetTransportCounter(string transport) { return base.Channel.GetTransportCounter(transport); } public string[] GetTransportLog(string transport) { return base.Channel.GetTransportLog(transport); } public string GetTransportDirection(string transport) { return base.Channel.GetTransportDirection(transport); } public string GetTransportQueueName(string transport) { return base.Channel.GetTransportQueueName(transport); } public string GetTransportInsertQuery(string transport) { return base.Channel.GetTransportInsertQuery(transport); } public string GetTransportReadQuery(string transport) { return base.Channel.GetTransportReadQuery(transport); } public string GetTransportUpdateQuery(string transport) { return base.Channel.GetTransportUpdateQuery(transport); } } }