//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.18444
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace Dongke.IBOSS.PRD.WCF.Proxys.CMNModuleService {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="CMNModuleService.ICMNModule")]
public interface ICMNModule {
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICMNModule/Test", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICMNModule/TestResponse")]
string Test();
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface ICMNModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.CMNModuleService.ICMNModule, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class CMNModuleClient : System.ServiceModel.ClientBase, Dongke.IBOSS.PRD.WCF.Proxys.CMNModuleService.ICMNModule {
public CMNModuleClient() {
}
public CMNModuleClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public CMNModuleClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public CMNModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public CMNModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string Test() {
return base.Channel.Test();
}
}
}