summaryrefslogtreecommitdiff
path: root/2013-battlecity/Entelect.BattleCity.Challenge/App.config
diff options
context:
space:
mode:
Diffstat (limited to '2013-battlecity/Entelect.BattleCity.Challenge/App.config')
-rw-r--r--2013-battlecity/Entelect.BattleCity.Challenge/App.config21
1 files changed, 21 insertions, 0 deletions
diff --git a/2013-battlecity/Entelect.BattleCity.Challenge/App.config b/2013-battlecity/Entelect.BattleCity.Challenge/App.config
new file mode 100644
index 0000000..ef162fd
--- /dev/null
+++ b/2013-battlecity/Entelect.BattleCity.Challenge/App.config
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+ </startup>
+ <system.serviceModel>
+ <bindings>
+ <basicHttpBinding>
+ <binding name="ChallengeServiceSoapBinding" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
+ <readerQuotas maxDepth="32" maxStringContentLength="2147483647"
+ maxArrayLength="16348" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
+ </binding>
+ </basicHttpBinding>
+ </bindings>
+ <client>
+ <endpoint address="http://localhost:9090/ChallengePort" binding="basicHttpBinding"
+ bindingConfiguration="ChallengeServiceSoapBinding" contract="ChallengeService.Challenge"
+ name="ChallengePort" />
+ </client>
+ </system.serviceModel>
+</configuration> \ No newline at end of file