2025-03-19 10:41:52 +01:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
|
|
|
|
// Laufzeitversion:4.0.30319.42000
|
|
|
|
|
|
//
|
|
|
|
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
|
|
|
|
// der Code erneut generiert wird.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
2025-06-02 12:33:14 +02:00
|
|
|
|
|
2025-03-19 10:41:52 +01:00
|
|
|
|
namespace BeWo.ServiceProxy
|
2025-03-19 16:30:27 +01:00
|
|
|
|
{
|
2025-06-02 12:33:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
2025-03-19 10:41:52 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="BeWo.ServiceProxy.IOperationsEnhancedService")]
|
|
|
|
|
|
public interface IOperationsEnhancedService
|
|
|
|
|
|
{
|
2025-03-19 16:30:27 +01:00
|
|
|
|
|
2025-04-14 13:04:13 +02:00
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOperationsEnhancedService/HelloWorld", ReplyAction="http://tempuri.org/IOperationsEnhancedService/HelloWorldResponse")]
|
2025-06-02 12:33:14 +02:00
|
|
|
|
[System.ServiceModel.FaultContractAttribute(typeof(BS.Shared.Core.BeWoFault), Action="http://tempuri.org/IOperationsEnhancedService/HelloWorldBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core")]
|
|
|
|
|
|
string HelloWorld();
|
2025-03-19 10:41:52 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public interface IOperationsEnhancedServiceChannel : BeWo.ServiceProxy.IOperationsEnhancedService, System.ServiceModel.IClientChannel
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
|
|
|
|
public partial class OperationsEnhancedServiceClient : System.ServiceModel.ClientBase<BeWo.ServiceProxy.IOperationsEnhancedService>, BeWo.ServiceProxy.IOperationsEnhancedService
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public OperationsEnhancedServiceClient()
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public OperationsEnhancedServiceClient(string endpointConfigurationName) :
|
|
|
|
|
|
base(endpointConfigurationName)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public OperationsEnhancedServiceClient(string endpointConfigurationName, string remoteAddress) :
|
|
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public OperationsEnhancedServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
|
|
|
|
base(endpointConfigurationName, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public OperationsEnhancedServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
|
|
|
|
base(binding, remoteAddress)
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-06-02 12:33:14 +02:00
|
|
|
|
public string HelloWorld()
|
2025-05-27 13:04:52 +02:00
|
|
|
|
{
|
2025-06-02 12:33:14 +02:00
|
|
|
|
return base.Channel.HelloWorld();
|
2025-05-27 13:04:52 +02:00
|
|
|
|
}
|
2025-03-19 10:41:52 +01:00
|
|
|
|
}
|
|
|
|
|
|
}
|