Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4940 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
3 changed files with 15 additions and 34 deletions
@ -1,28 +0,0 @@
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?> |
||||
<configuration> |
||||
<system.serviceModel> |
||||
<bindings> |
||||
<basicHttpBinding> |
||||
<binding name="BasicHttpBinding_IUDCUploadService" closeTimeout="00:01:00" |
||||
openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" |
||||
allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" |
||||
maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" |
||||
messageEncoding="Mtom" textEncoding="utf-8" transferMode="Buffered" |
||||
useDefaultWebProxy="true"> |
||||
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" |
||||
maxBytesPerRead="4096" maxNameTableCharCount="16384" /> |
||||
<security mode="None"> |
||||
<transport clientCredentialType="None" proxyCredentialType="None" |
||||
realm="" /> |
||||
<message clientCredentialType="UserName" algorithmSuite="Default" /> |
||||
</security> |
||||
</binding> |
||||
</basicHttpBinding> |
||||
</bindings> |
||||
<client> |
||||
<endpoint address="http://build.sharpdevelop.net/udc.upload/uploadusagedata.svc" |
||||
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IUDCUploadService" |
||||
contract="Service.IUDCUploadService" name="BasicHttpBinding_IUDCUploadService" /> |
||||
</client> |
||||
</system.serviceModel> |
||||
</configuration> |
Loading…
Reference in new issue