This commit is contained in:
2024-05-14 23:26:27 +08:00
parent 0db4b1fe58
commit 8c6b348597
27 changed files with 1984 additions and 789 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BLL</RootNamespace>
<AssemblyName>BLL</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
@@ -10998,600 +10998,223 @@ namespace BLL.CNCECHSSEService {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Information_MillionsMonthlyReport", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")]
[System.SerializableAttribute()]
public partial class Information_MillionsMonthlyReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
{
public partial class Information_MillionsMonthlyReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> AccidentMortalityField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> DeathAccidentFrequencyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DutyPersonField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<System.DateTime> FillingDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string FillingManField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> LostTimeInjuryRateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> LostTimeRateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string MillionsMonthlyReportIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> MonthField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> RecordableIncidentRateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UnitIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> YearField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<decimal> InputCostsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> TrainNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> GeneralHazardNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> MajorHazardNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> NotProofLargeProjectNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> ProofLargeProjectNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> FireLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> LimitLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> HighLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> HoistingLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> BreakGroundLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> ElectricityLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> RTLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> NightLicenseNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> CommissionerNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private System.Nullable<int> SoleDutyNumField;
[global::System.ComponentModel.BrowsableAttribute(false)]
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> SoleDutyNum
{
get
{
return this.SoleDutyNumField;
}
set
{
if ((this.SoleDutyNumField.Equals(value) != true))
{
this.SoleDutyNumField = value;
this.RaisePropertyChanged("SoleDutyNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> CommissionerNum
{
get
{
return this.CommissionerNumField;
}
set
{
if ((this.CommissionerNumField.Equals(value) != true))
{
this.CommissionerNumField = value;
this.RaisePropertyChanged("CommissionerNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> NightLicenseNum
{
get
{
return this.NightLicenseNumField;
}
set
{
if ((this.NightLicenseNumField.Equals(value) != true))
{
this.NightLicenseNumField = value;
this.RaisePropertyChanged("NightLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> RTLicenseNum
{
get
{
return this.RTLicenseNumField;
}
set
{
if ((this.RTLicenseNumField.Equals(value) != true))
{
this.RTLicenseNumField = value;
this.RaisePropertyChanged("RTLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> ElectricityLicenseNum
{
get
{
return this.ElectricityLicenseNumField;
}
set
{
if ((this.ElectricityLicenseNumField.Equals(value) != true))
{
this.ElectricityLicenseNumField = value;
this.RaisePropertyChanged("ElectricityLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> BreakGroundLicenseNum
{
get
{
return this.BreakGroundLicenseNumField;
}
set
{
if ((this.BreakGroundLicenseNumField.Equals(value) != true))
{
this.BreakGroundLicenseNumField = value;
this.RaisePropertyChanged("BreakGroundLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> HoistingLicenseNum
{
get
{
return this.HoistingLicenseNumField;
}
set
{
if ((this.HoistingLicenseNumField.Equals(value) != true))
{
this.HoistingLicenseNumField = value;
this.RaisePropertyChanged("HoistingLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> HighLicenseNum
{
get
{
return this.HighLicenseNumField;
}
set
{
if ((this.HighLicenseNumField.Equals(value) != true))
{
this.HighLicenseNumField = value;
this.RaisePropertyChanged("HighLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> LimitLicenseNum
{
get
{
return this.LimitLicenseNumField;
}
set
{
if ((this.LimitLicenseNumField.Equals(value) != true))
{
this.LimitLicenseNumField = value;
this.RaisePropertyChanged("LimitLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> FireLicenseNum
{
get
{
return this.FireLicenseNumField;
}
set
{
if ((this.FireLicenseNumField.Equals(value) != true))
{
this.FireLicenseNumField = value;
this.RaisePropertyChanged("FireLicenseNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> ProofLargeProjectNum
{
get
{
return this.ProofLargeProjectNumField;
}
set
{
if ((this.ProofLargeProjectNumField.Equals(value) != true))
{
this.ProofLargeProjectNumField = value;
this.RaisePropertyChanged("ProofLargeProjectNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> NotProofLargeProjectNum
{
get
{
return this.NotProofLargeProjectNumField;
}
set
{
if ((this.NotProofLargeProjectNumField.Equals(value) != true))
{
this.NotProofLargeProjectNumField = value;
this.RaisePropertyChanged("NotProofLargeProjectNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> MajorHazardNum
{
get
{
return this.MajorHazardNumField;
}
set
{
if ((this.MajorHazardNumField.Equals(value) != true))
{
this.MajorHazardNumField = value;
this.RaisePropertyChanged("MajorHazardNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> GeneralHazardNum
{
get
{
return this.GeneralHazardNumField;
}
set
{
if ((this.GeneralHazardNumField.Equals(value) != true))
{
this.GeneralHazardNumField = value;
this.RaisePropertyChanged("GeneralHazardNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> TrainNum
{
get
{
return this.TrainNumField;
}
set
{
if ((this.TrainNumField.Equals(value) != true))
{
this.TrainNumField = value;
this.RaisePropertyChanged("TrainNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> InputCosts
{
get
{
return this.InputCostsField;
}
set
{
if ((this.InputCostsField.Equals(value) != true))
{
this.InputCostsField = value;
this.RaisePropertyChanged("InputCosts");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData
{
get
{
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set
{
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> AccidentMortality
{
get
{
public System.Nullable<decimal> AccidentMortality {
get {
return this.AccidentMortalityField;
}
set
{
if ((this.AccidentMortalityField.Equals(value) != true))
{
set {
if ((this.AccidentMortalityField.Equals(value) != true)) {
this.AccidentMortalityField = value;
this.RaisePropertyChanged("AccidentMortality");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> DeathAccidentFrequency
{
get
{
public System.Nullable<decimal> DeathAccidentFrequency {
get {
return this.DeathAccidentFrequencyField;
}
set
{
if ((this.DeathAccidentFrequencyField.Equals(value) != true))
{
set {
if ((this.DeathAccidentFrequencyField.Equals(value) != true)) {
this.DeathAccidentFrequencyField = value;
this.RaisePropertyChanged("DeathAccidentFrequency");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string DutyPerson
{
get
{
public string DutyPerson {
get {
return this.DutyPersonField;
}
set
{
if ((object.ReferenceEquals(this.DutyPersonField, value) != true))
{
set {
if ((object.ReferenceEquals(this.DutyPersonField, value) != true)) {
this.DutyPersonField = value;
this.RaisePropertyChanged("DutyPerson");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<System.DateTime> FillingDate
{
get
{
public System.Nullable<System.DateTime> FillingDate {
get {
return this.FillingDateField;
}
set
{
if ((this.FillingDateField.Equals(value) != true))
{
set {
if ((this.FillingDateField.Equals(value) != true)) {
this.FillingDateField = value;
this.RaisePropertyChanged("FillingDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string FillingMan
{
get
{
public string FillingMan {
get {
return this.FillingManField;
}
set
{
if ((object.ReferenceEquals(this.FillingManField, value) != true))
{
set {
if ((object.ReferenceEquals(this.FillingManField, value) != true)) {
this.FillingManField = value;
this.RaisePropertyChanged("FillingMan");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> LostTimeInjuryRate
{
get
{
public System.Nullable<decimal> LostTimeInjuryRate {
get {
return this.LostTimeInjuryRateField;
}
set
{
if ((this.LostTimeInjuryRateField.Equals(value) != true))
{
set {
if ((this.LostTimeInjuryRateField.Equals(value) != true)) {
this.LostTimeInjuryRateField = value;
this.RaisePropertyChanged("LostTimeInjuryRate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> LostTimeRate
{
get
{
public System.Nullable<decimal> LostTimeRate {
get {
return this.LostTimeRateField;
}
set
{
if ((this.LostTimeRateField.Equals(value) != true))
{
set {
if ((this.LostTimeRateField.Equals(value) != true)) {
this.LostTimeRateField = value;
this.RaisePropertyChanged("LostTimeRate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string MillionsMonthlyReportId
{
get
{
public string MillionsMonthlyReportId {
get {
return this.MillionsMonthlyReportIdField;
}
set
{
if ((object.ReferenceEquals(this.MillionsMonthlyReportIdField, value) != true))
{
set {
if ((object.ReferenceEquals(this.MillionsMonthlyReportIdField, value) != true)) {
this.MillionsMonthlyReportIdField = value;
this.RaisePropertyChanged("MillionsMonthlyReportId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> Month
{
get
{
public System.Nullable<int> Month {
get {
return this.MonthField;
}
set
{
if ((this.MonthField.Equals(value) != true))
{
set {
if ((this.MonthField.Equals(value) != true)) {
this.MonthField = value;
this.RaisePropertyChanged("Month");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<decimal> RecordableIncidentRate
{
get
{
public System.Nullable<decimal> RecordableIncidentRate {
get {
return this.RecordableIncidentRateField;
}
set
{
if ((this.RecordableIncidentRateField.Equals(value) != true))
{
set {
if ((this.RecordableIncidentRateField.Equals(value) != true)) {
this.RecordableIncidentRateField = value;
this.RaisePropertyChanged("RecordableIncidentRate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string UnitId
{
get
{
public string UnitId {
get {
return this.UnitIdField;
}
set
{
if ((object.ReferenceEquals(this.UnitIdField, value) != true))
{
set {
if ((object.ReferenceEquals(this.UnitIdField, value) != true)) {
this.UnitIdField = value;
this.RaisePropertyChanged("UnitId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public System.Nullable<int> Year
{
get
{
public System.Nullable<int> Year {
get {
return this.YearField;
}
set
{
if ((this.YearField.Equals(value) != true))
{
set {
if ((this.YearField.Equals(value) != true)) {
this.YearField = value;
this.RaisePropertyChanged("Year");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName)
{
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null))
{
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="Information_MillionsMonthlyReportItem", Namespace="http://schemas.datacontract.org/2004/07/BLL.OpenService")]
+16 -16
View File
@@ -109,22 +109,22 @@
LostTimeInjuryRate = x.LostTimeInjuryRate,
DeathAccidentFrequency = x.DeathAccidentFrequency,
AccidentMortality = x.AccidentMortality,
InputCosts = x.InputCosts,
TrainNum = x.TrainNum,
GeneralHazardNum = x.GeneralHazardNum,
MajorHazardNum = x.MajorHazardNum,
NotProofLargeProjectNum = x.NotProofLargeProjectNum,
ProofLargeProjectNum = x.ProofLargeProjectNum,
FireLicenseNum = x.FireLicenseNum,
LimitLicenseNum = x.LimitLicenseNum,
HighLicenseNum = x.HighLicenseNum,
HoistingLicenseNum = x.HoistingLicenseNum,
BreakGroundLicenseNum = x.BreakGroundLicenseNum,
ElectricityLicenseNum = x.ElectricityLicenseNum,
RTLicenseNum = x.RTLicenseNum,
NightLicenseNum = x.NightLicenseNum,
CommissionerNum = x.CommissionerNum,
SoleDutyNum = x.SoleDutyNum,
//InputCosts = x.InputCosts,
//TrainNum = x.TrainNum,
//GeneralHazardNum = x.GeneralHazardNum,
//MajorHazardNum = x.MajorHazardNum,
//NotProofLargeProjectNum = x.NotProofLargeProjectNum,
//ProofLargeProjectNum = x.ProofLargeProjectNum,
//FireLicenseNum = x.FireLicenseNum,
//LimitLicenseNum = x.LimitLicenseNum,
//HighLicenseNum = x.HighLicenseNum,
//HoistingLicenseNum = x.HoistingLicenseNum,
//BreakGroundLicenseNum = x.BreakGroundLicenseNum,
//ElectricityLicenseNum = x.ElectricityLicenseNum,
//RTLicenseNum = x.RTLicenseNum,
//NightLicenseNum = x.NightLicenseNum,
//CommissionerNum = x.CommissionerNum,
//SoleDutyNum = x.SoleDutyNum,
};
var upReportItem = from x in db.Information_MillionsMonthlyReportItem
+23 -23
View File
@@ -1,64 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Configuration.ConfigurationManager" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1" />
<assemblyIdentity name="System.Configuration.ConfigurationManager" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.serviceModel>
<client>
<endpoint address="http://114.247.88.70:1080/CNCECHSSE/HSSEService.svc" binding="wsHttpBinding" bindingConfiguration="HSSEServiceEndpoint" contract="CNCECHSSEService.HSSEService" name="HSSEServiceEndpoint" />
<endpoint address="https://mat.cwcec.com/LocWebServices/WebService1.asmx" binding="basicHttpBinding" bindingConfiguration="WebService1Soap" contract="MCSService.WebService1Soap" name="WebService1Soap" />
<endpoint address="http://114.247.88.70:1080/CNCECHSSE/HSSEService.svc" binding="wsHttpBinding" bindingConfiguration="HSSEServiceEndpoint" contract="CNCECHSSEService.HSSEService" name="HSSEServiceEndpoint"/>
<endpoint address="https://mat.cwcec.com/LocWebServices/WebService1.asmx" binding="basicHttpBinding" bindingConfiguration="WebService1Soap" contract="MCSService.WebService1Soap" name="WebService1Soap"/>
</client>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/>
<services>
<service name="BLL.OpenService.HSSEService" behaviorConfiguration="BLL.HSSEServiceBehavior">
<endpoint address="" binding="wsHttpBinding" bindingConfiguration="BLL.HSSEServiceBinding" name="BLL.HSSEServiceEndpoint" contract="BLL.OpenService.IHSSEService" />
<endpoint address="" binding="wsHttpBinding" bindingConfiguration="BLL.HSSEServiceBinding" name="BLL.HSSEServiceEndpoint" contract="BLL.OpenService.IHSSEService"/>
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior name="BLL.HSSEServiceBehavior">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="false" />
<dataContractSerializer maxItemsInObjectGraph="2147483647" />
<serviceThrottling maxConcurrentCalls="2147483647" maxConcurrentInstances="2147483647" maxConcurrentSessions="2147483647" />
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="false"/>
<dataContractSerializer maxItemsInObjectGraph="2147483647"/>
<serviceThrottling maxConcurrentCalls="2147483647" maxConcurrentInstances="2147483647" maxConcurrentSessions="2147483647"/>
</behavior>
</serviceBehaviors>
</behaviors>
<bindings>
<basicHttpBinding>
<binding name="WebService1Soap">
<security mode="Transport" />
<security mode="Transport"/>
</binding>
<binding name="WebService1Soap1" />
<binding name="WebService1Soap1"/>
</basicHttpBinding>
<customBinding>
<binding name="WebService1Soap12">
<textMessageEncoding messageVersion="Soap12" />
<httpsTransport />
<textMessageEncoding messageVersion="Soap12"/>
<httpsTransport/>
</binding>
</customBinding>
<wsHttpBinding>
<binding name="BLL.HSSEServiceBinding" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:10:00" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="5242880000" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
<readerQuotas maxDepth="32" maxStringContentLength="8192000" maxArrayLength="16384000" maxBytesPerRead="4096000" maxNameTableCharCount="16384000" />
<security mode="None" />
<readerQuotas maxDepth="32" maxStringContentLength="8192000" maxArrayLength="16384000" maxBytesPerRead="4096000" maxNameTableCharCount="16384000"/>
<security mode="None"/>
</binding>
<binding name="HSSEServiceEndpoint">
<security mode="None" />
<security mode="None"/>
</binding>
</wsHttpBinding>
</bindings>
</system.serviceModel>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>