//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace CoreSavingLibrary.WcfNPm {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://tempurl.org", ConfigurationName="WcfNPm.n_pm")]
public interface n_pm {
[System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_pm/of_test", ReplyAction="http://tempurl.org/n_pm/of_testResponse")]
string of_test(string as_test);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface n_pmChannel : CoreSavingLibrary.WcfNPm.n_pm, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class n_pmClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNPm.n_pm {
public n_pmClient() {
}
public n_pmClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public n_pmClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public n_pmClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public n_pmClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string of_test(string as_test) {
return base.Channel.of_test(as_test);
}
}
}