version 0.0.0.2 of EDMIAPI

This commit is contained in:
Jonathan Jenne
2019-04-25 14:09:24 +02:00
parent 0c7933fb8a
commit bdb47ad6de
4 changed files with 56 additions and 70 deletions

View File

@@ -1,4 +1,5 @@
Imports System.ServiceModel
Imports System.Xml
Public Class Channel
Public Shared Function GetBinding() As NetTcpBinding
@@ -13,7 +14,7 @@ Public Class Channel
.ClientCredentialType = TcpClientCredentialType.Windows
}
},
.ReaderQuotas = New Xml.XmlDictionaryReaderQuotas() With {
.ReaderQuotas = New XmlDictionaryReaderQuotas() With {
.MaxArrayLength = Constants.MAX_ARRAY_LENGTH,
.MaxStringContentLength = Constants.MAX_STRING_CONTENT_LENGTH
}