//------------------------------------------------------------------------------
//
// 此代码由工具生成。
//
// 对此文件的更改可能导致不正确的行为,并在以下条件下丢失:
// 代码重新生成。
//
//------------------------------------------------------------------------------
namespace EES
{
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://www.glorysoft.com", ConfigurationName="EES.EESDeviceReportService")]
public interface EESDeviceReportService
{
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="eesFixtrueCodeReport", ReplyAction="*")]
EES.eesFixtrueCodeReportResponse eesFixtrueCodeReport(EES.eesFixtrueCodeReport request);
[System.ServiceModel.OperationContractAttribute(Action="eesFixtrueCodeReport", ReplyAction="*")]
System.Threading.Tasks.Task eesFixtrueCodeReportAsync(EES.eesFixtrueCodeReport request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusListReport", ReplyAction="*")]
EES.eesDeviceStatusListReportResponse eesDeviceStatusListReport(EES.eesDeviceStatusListReport request);
[System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusListReport", ReplyAction="*")]
System.Threading.Tasks.Task eesDeviceStatusListReportAsync(EES.eesDeviceStatusListReport request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="eesDropRateReport", ReplyAction="*")]
EES.eesDropRateReportResponse eesDropRateReport(EES.eesDropRateReport request);
[System.ServiceModel.OperationContractAttribute(Action="eesDropRateReport", ReplyAction="*")]
System.Threading.Tasks.Task eesDropRateReportAsync(EES.eesDropRateReport request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusReport", ReplyAction="*")]
EES.eesDeviceStatusReportResponse eesDeviceStatusReport(EES.eesDeviceStatusReport request);
[System.ServiceModel.OperationContractAttribute(Action="eesDeviceStatusReport", ReplyAction="*")]
System.Threading.Tasks.Task eesDeviceStatusReportAsync(EES.eesDeviceStatusReport request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="eesDefectTypeReport", ReplyAction="*")]
EES.eesDefectTypeReportResponse eesDefectTypeReport(EES.eesDefectTypeReport request);
[System.ServiceModel.OperationContractAttribute(Action="eesDefectTypeReport", ReplyAction="*")]
System.Threading.Tasks.Task eesDefectTypeReportAsync(EES.eesDefectTypeReport request);
// CODEGEN: 正在生成消息协定,因为命名空间 的元素名称 RequestParam 未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="eesProductSumReport", ReplyAction="*")]
EES.eesProductSumReportResponse eesProductSumReport(EES.eesProductSumReport request);
[System.ServiceModel.OperationContractAttribute(Action="eesProductSumReport", ReplyAction="*")]
System.Threading.Tasks.Task eesProductSumReportAsync(EES.eesProductSumReport request);
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesFixtrueCodeReport
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesFixtrueCodeReport", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesFixtrueCodeReportBody Body;
public eesFixtrueCodeReport()
{
}
public eesFixtrueCodeReport(EES.eesFixtrueCodeReportBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesFixtrueCodeReportBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string RequestParam;
public eesFixtrueCodeReportBody()
{
}
public eesFixtrueCodeReportBody(string RequestParam)
{
this.RequestParam = RequestParam;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesFixtrueCodeReportResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesFixtrueCodeReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesFixtrueCodeReportResponseBody Body;
public eesFixtrueCodeReportResponse()
{
}
public eesFixtrueCodeReportResponse(EES.eesFixtrueCodeReportResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesFixtrueCodeReportResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public eesFixtrueCodeReportResponseBody()
{
}
public eesFixtrueCodeReportResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDeviceStatusListReport
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusListReport", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDeviceStatusListReportBody Body;
public eesDeviceStatusListReport()
{
}
public eesDeviceStatusListReport(EES.eesDeviceStatusListReportBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDeviceStatusListReportBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string RequestParam;
public eesDeviceStatusListReportBody()
{
}
public eesDeviceStatusListReportBody(string RequestParam)
{
this.RequestParam = RequestParam;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDeviceStatusListReportResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusListReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDeviceStatusListReportResponseBody Body;
public eesDeviceStatusListReportResponse()
{
}
public eesDeviceStatusListReportResponse(EES.eesDeviceStatusListReportResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDeviceStatusListReportResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public eesDeviceStatusListReportResponseBody()
{
}
public eesDeviceStatusListReportResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDropRateReport
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDropRateReport", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDropRateReportBody Body;
public eesDropRateReport()
{
}
public eesDropRateReport(EES.eesDropRateReportBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDropRateReportBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string RequestParam;
public eesDropRateReportBody()
{
}
public eesDropRateReportBody(string RequestParam)
{
this.RequestParam = RequestParam;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDropRateReportResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDropRateReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDropRateReportResponseBody Body;
public eesDropRateReportResponse()
{
}
public eesDropRateReportResponse(EES.eesDropRateReportResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDropRateReportResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public eesDropRateReportResponseBody()
{
}
public eesDropRateReportResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDeviceStatusReport
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusReport", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDeviceStatusReportBody Body;
public eesDeviceStatusReport()
{
}
public eesDeviceStatusReport(EES.eesDeviceStatusReportBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDeviceStatusReportBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string RequestParam;
public eesDeviceStatusReportBody()
{
}
public eesDeviceStatusReportBody(string RequestParam)
{
this.RequestParam = RequestParam;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDeviceStatusReportResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDeviceStatusReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDeviceStatusReportResponseBody Body;
public eesDeviceStatusReportResponse()
{
}
public eesDeviceStatusReportResponse(EES.eesDeviceStatusReportResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDeviceStatusReportResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public eesDeviceStatusReportResponseBody()
{
}
public eesDeviceStatusReportResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDefectTypeReport
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDefectTypeReport", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDefectTypeReportBody Body;
public eesDefectTypeReport()
{
}
public eesDefectTypeReport(EES.eesDefectTypeReportBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDefectTypeReportBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string RequestParam;
public eesDefectTypeReportBody()
{
}
public eesDefectTypeReportBody(string RequestParam)
{
this.RequestParam = RequestParam;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesDefectTypeReportResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesDefectTypeReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesDefectTypeReportResponseBody Body;
public eesDefectTypeReportResponse()
{
}
public eesDefectTypeReportResponse(EES.eesDefectTypeReportResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesDefectTypeReportResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public eesDefectTypeReportResponseBody()
{
}
public eesDefectTypeReportResponseBody(string @return)
{
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesProductSumReport
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesProductSumReport", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesProductSumReportBody Body;
public eesProductSumReport()
{
}
public eesProductSumReport(EES.eesProductSumReportBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesProductSumReportBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string RequestParam;
public eesProductSumReportBody()
{
}
public eesProductSumReportBody(string RequestParam)
{
this.RequestParam = RequestParam;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class eesProductSumReportResponse
{
[System.ServiceModel.MessageBodyMemberAttribute(Name="eesProductSumReportResponse", Namespace="http://www.glorysoft.com", Order=0)]
public EES.eesProductSumReportResponseBody Body;
public eesProductSumReportResponse()
{
}
public eesProductSumReportResponse(EES.eesProductSumReportResponseBody Body)
{
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class eesProductSumReportResponseBody
{
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public eesProductSumReportResponseBody()
{
}
public eesProductSumReportResponseBody(string @return)
{
this.@return = @return;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
public interface EESDeviceReportServiceChannel : EES.EESDeviceReportService, System.ServiceModel.IClientChannel
{
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.2")]
public partial class EESDeviceReportServiceClient : System.ServiceModel.ClientBase, EES.EESDeviceReportService
{
///
/// 实现此分部方法,配置服务终结点。
///
/// 要配置的终结点
/// 客户端凭据
static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials);
public EESDeviceReportServiceClient() :
base(EESDeviceReportServiceClient.GetDefaultBinding(), EESDeviceReportServiceClient.GetDefaultEndpointAddress())
{
this.Endpoint.Name = EndpointConfiguration.EESDeviceReportServicePort.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public EESDeviceReportServiceClient(EndpointConfiguration endpointConfiguration) :
base(EESDeviceReportServiceClient.GetBindingForEndpoint(endpointConfiguration), EESDeviceReportServiceClient.GetEndpointAddress(endpointConfiguration))
{
this.Endpoint.Name = endpointConfiguration.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public EESDeviceReportServiceClient(EndpointConfiguration endpointConfiguration, string remoteAddress) :
base(EESDeviceReportServiceClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress))
{
this.Endpoint.Name = endpointConfiguration.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public EESDeviceReportServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
base(EESDeviceReportServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
{
this.Endpoint.Name = endpointConfiguration.ToString();
ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
}
public EESDeviceReportServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress)
{
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
EES.eesFixtrueCodeReportResponse EES.EESDeviceReportService.eesFixtrueCodeReport(EES.eesFixtrueCodeReport request)
{
return base.Channel.eesFixtrueCodeReport(request);
}
public string eesFixtrueCodeReport(string RequestParam)
{
EES.eesFixtrueCodeReport inValue = new EES.eesFixtrueCodeReport();
inValue.Body = new EES.eesFixtrueCodeReportBody();
inValue.Body.RequestParam = RequestParam;
EES.eesFixtrueCodeReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesFixtrueCodeReport(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task EES.EESDeviceReportService.eesFixtrueCodeReportAsync(EES.eesFixtrueCodeReport request)
{
return base.Channel.eesFixtrueCodeReportAsync(request);
}
public System.Threading.Tasks.Task eesFixtrueCodeReportAsync(string RequestParam)
{
EES.eesFixtrueCodeReport inValue = new EES.eesFixtrueCodeReport();
inValue.Body = new EES.eesFixtrueCodeReportBody();
inValue.Body.RequestParam = RequestParam;
return ((EES.EESDeviceReportService)(this)).eesFixtrueCodeReportAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
EES.eesDeviceStatusListReportResponse EES.EESDeviceReportService.eesDeviceStatusListReport(EES.eesDeviceStatusListReport request)
{
return base.Channel.eesDeviceStatusListReport(request);
}
public string eesDeviceStatusListReport(string RequestParam)
{
EES.eesDeviceStatusListReport inValue = new EES.eesDeviceStatusListReport();
inValue.Body = new EES.eesDeviceStatusListReportBody();
inValue.Body.RequestParam = RequestParam;
EES.eesDeviceStatusListReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDeviceStatusListReport(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task EES.EESDeviceReportService.eesDeviceStatusListReportAsync(EES.eesDeviceStatusListReport request)
{
return base.Channel.eesDeviceStatusListReportAsync(request);
}
public System.Threading.Tasks.Task eesDeviceStatusListReportAsync(string RequestParam)
{
EES.eesDeviceStatusListReport inValue = new EES.eesDeviceStatusListReport();
inValue.Body = new EES.eesDeviceStatusListReportBody();
inValue.Body.RequestParam = RequestParam;
return ((EES.EESDeviceReportService)(this)).eesDeviceStatusListReportAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
EES.eesDropRateReportResponse EES.EESDeviceReportService.eesDropRateReport(EES.eesDropRateReport request)
{
return base.Channel.eesDropRateReport(request);
}
public string eesDropRateReport(string RequestParam)
{
EES.eesDropRateReport inValue = new EES.eesDropRateReport();
inValue.Body = new EES.eesDropRateReportBody();
inValue.Body.RequestParam = RequestParam;
EES.eesDropRateReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDropRateReport(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task EES.EESDeviceReportService.eesDropRateReportAsync(EES.eesDropRateReport request)
{
return base.Channel.eesDropRateReportAsync(request);
}
public System.Threading.Tasks.Task eesDropRateReportAsync(string RequestParam)
{
EES.eesDropRateReport inValue = new EES.eesDropRateReport();
inValue.Body = new EES.eesDropRateReportBody();
inValue.Body.RequestParam = RequestParam;
return ((EES.EESDeviceReportService)(this)).eesDropRateReportAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
EES.eesDeviceStatusReportResponse EES.EESDeviceReportService.eesDeviceStatusReport(EES.eesDeviceStatusReport request)
{
return base.Channel.eesDeviceStatusReport(request);
}
public string eesDeviceStatusReport(string RequestParam)
{
EES.eesDeviceStatusReport inValue = new EES.eesDeviceStatusReport();
inValue.Body = new EES.eesDeviceStatusReportBody();
inValue.Body.RequestParam = RequestParam;
EES.eesDeviceStatusReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDeviceStatusReport(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task EES.EESDeviceReportService.eesDeviceStatusReportAsync(EES.eesDeviceStatusReport request)
{
return base.Channel.eesDeviceStatusReportAsync(request);
}
public System.Threading.Tasks.Task eesDeviceStatusReportAsync(string RequestParam)
{
EES.eesDeviceStatusReport inValue = new EES.eesDeviceStatusReport();
inValue.Body = new EES.eesDeviceStatusReportBody();
inValue.Body.RequestParam = RequestParam;
return ((EES.EESDeviceReportService)(this)).eesDeviceStatusReportAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
EES.eesDefectTypeReportResponse EES.EESDeviceReportService.eesDefectTypeReport(EES.eesDefectTypeReport request)
{
return base.Channel.eesDefectTypeReport(request);
}
public string eesDefectTypeReport(string RequestParam)
{
EES.eesDefectTypeReport inValue = new EES.eesDefectTypeReport();
inValue.Body = new EES.eesDefectTypeReportBody();
inValue.Body.RequestParam = RequestParam;
EES.eesDefectTypeReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesDefectTypeReport(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task EES.EESDeviceReportService.eesDefectTypeReportAsync(EES.eesDefectTypeReport request)
{
return base.Channel.eesDefectTypeReportAsync(request);
}
public System.Threading.Tasks.Task eesDefectTypeReportAsync(string RequestParam)
{
EES.eesDefectTypeReport inValue = new EES.eesDefectTypeReport();
inValue.Body = new EES.eesDefectTypeReportBody();
inValue.Body.RequestParam = RequestParam;
return ((EES.EESDeviceReportService)(this)).eesDefectTypeReportAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
EES.eesProductSumReportResponse EES.EESDeviceReportService.eesProductSumReport(EES.eesProductSumReport request)
{
return base.Channel.eesProductSumReport(request);
}
public string eesProductSumReport(string RequestParam)
{
EES.eesProductSumReport inValue = new EES.eesProductSumReport();
inValue.Body = new EES.eesProductSumReportBody();
inValue.Body.RequestParam = RequestParam;
EES.eesProductSumReportResponse retVal = ((EES.EESDeviceReportService)(this)).eesProductSumReport(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task EES.EESDeviceReportService.eesProductSumReportAsync(EES.eesProductSumReport request)
{
return base.Channel.eesProductSumReportAsync(request);
}
public System.Threading.Tasks.Task eesProductSumReportAsync(string RequestParam)
{
EES.eesProductSumReport inValue = new EES.eesProductSumReport();
inValue.Body = new EES.eesProductSumReportBody();
inValue.Body.RequestParam = RequestParam;
return ((EES.EESDeviceReportService)(this)).eesProductSumReportAsync(inValue);
}
public virtual System.Threading.Tasks.Task OpenAsync()
{
return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen));
}
public virtual System.Threading.Tasks.Task CloseAsync()
{
return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose));
}
private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration)
{
if ((endpointConfiguration == EndpointConfiguration.EESDeviceReportServicePort))
{
System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding();
result.MaxBufferSize = int.MaxValue;
result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
result.MaxReceivedMessageSize = int.MaxValue;
result.AllowCookies = true;
return result;
}
throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
}
private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration)
{
if ((endpointConfiguration == EndpointConfiguration.EESDeviceReportServicePort))
{
return new System.ServiceModel.EndpointAddress("http://192.168.56.83:8091/tpifservice/service/EESDeviceReportService");
}
throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
}
private static System.ServiceModel.Channels.Binding GetDefaultBinding()
{
return EESDeviceReportServiceClient.GetBindingForEndpoint(EndpointConfiguration.EESDeviceReportServicePort);
}
private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
{
return EESDeviceReportServiceClient.GetEndpointAddress(EndpointConfiguration.EESDeviceReportServicePort);
}
public enum EndpointConfiguration
{
EESDeviceReportServicePort,
}
}
}