forked from ispysoftware/iSpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.config
More file actions
142 lines (142 loc) · 8.5 KB
/
App.config
File metadata and controls
142 lines (142 loc) · 8.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="iSpyApplication.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<section name="iSpyApplication.iSpyApplication" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="iSpyApplication.iSpyApplication" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
</configSections>
<applicationSettings>
<iSpyApplication.iSpyApplication>
<setting name="motion_WSActivity_iSpy" serializeAs="String">
<value>http://www.ispyconnect.com/webservices/ispy.asmx</value>
</setting>
</iSpyApplication.iSpyApplication>
<iSpyApplication.Properties.Settings>
<setting name="iSpy_iSpyWS_iSpy" serializeAs="String">
<value>http://www.ispyconnect.com/webservices/iSpy.asmx</value>
</setting>
<setting name="iSpy_Reporting_Reporting" serializeAs="String">
<value>http://www.ispyconnect.com/webservices/reporting.asmx</value>
</setting>
</iSpyApplication.Properties.Settings>
</applicationSettings>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
<servicePointManager expect100Continue="false" />
</settings>
<connectionManagement>
<!--
set maximum number of simultaneous http connections per uri, default is 3.
for normal work of onvif session it should be at least 10
-->
<add address="*" maxconnection="100" />
</connectionManagement>
<defaultProxy>
<proxy autoDetect="True" bypassonlocal="True" usesystemdefault="True"></proxy>
</defaultProxy>
</system.net>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup>
<userSettings>
<iSpyApplication.iSpyApplication>
</iSpyApplication.iSpyApplication>
</userSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="AForge" publicKeyToken="C1DB6FF4EAA06AEB" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.2.0" newVersion="2.5.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AForge.Imaging" publicKeyToken="BA8DDEA9676CA48B" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.3.0" newVersion="2.5.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AForge.Math" publicKeyToken="ABBA2E25397EE8C9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.0.0" newVersion="2.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AForge.Video" publicKeyToken="CBFB6E07D173C401" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.3.0" newVersion="2.5.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AForge.Vision" publicKeyToken="b612fa915eefaa06" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.6.0" newVersion="2.5.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AForge.Video.DirectShow" publicKeyToken="61EA4348D43881B7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.6.7.0" newVersion="2.6.7.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="iSpy.Video.FFMPEG" publicKeyToken="81785FDE1D5460F5" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.6.4.0" newVersion="3.6.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.22.0" newVersion="2.2.22.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2.13.0" newVersion="1.2.13.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Threading.Tasks.Extensions.Desktop" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.168.0" newVersion="1.0.168.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AForge.Video" publicKeyToken="cbfb6e07d173c401" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.3.0" newVersion="2.5.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.22.0" newVersion="2.2.22.0" />
</dependentAssembly>
</assemblyBinding>
<loadFromRemoteSources enabled="true" />
<customBinding>
<binding name="DeviceBinding">
<textMessageEncoding maxReadPoolSize="64" maxWritePoolSize="16" messageVersion="Soap12" writeEncoding="utf-8">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
</textMessageEncoding>
<!--don't enable keepalives - they break feeds that don't conform to the spec with protocol violation errors-->
<httpTransport manualAddressing="false" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" allowCookies="false" authenticationScheme="Anonymous" bypassProxyOnLocal="false" decompressionEnabled="true" hostNameComparisonMode="StrongWildcard" keepAliveEnabled="false" maxBufferSize="65536" proxyAuthenticationScheme="Anonymous" realm="" transferMode="Buffered" unsafeConnectionNtlmAuthentication="false" useDefaultWebProxy="true" />
</binding>
</customBinding>
</runtime>
<system.serviceModel>
<bindings>
<customBinding>
<binding name="DeviceBinding">
<textMessageEncoding messageVersion="Soap12" />
<httpTransport />
</binding>
<binding name="MediaBinding">
<textMessageEncoding messageVersion="Soap12" />
<httpTransport />
</binding>
<binding name="PTZBinding">
<textMessageEncoding messageVersion="Soap12" />
<httpTransport />
</binding>
</customBinding>
</bindings>
</system.serviceModel>
</configuration>