Bližší popis nastavení lze nalézt na adrese http://blogs.msdn.com/b/drnick/archive/2006/06/01/612672.aspx.

 

Ukázky nastavení WCF
ServiceTextMessageEncodingConfiguration:
----------------------------------------
SoapMessageVersion: Soap12WSAddressing10, Addressing10 (http://www.w3.org/2005/08/addressing)
MaxReadPoolSize: 64
MaxWritePoolSize: 16
ReaderQuotas: 
  MaxArrayLength: 16384
  MaxBytesPerRead: 4096
  MaxDepth: 32
  MaxNameTableCharCount: 16384
  MaxStringContentLength: 8192
 
ServiceTransportConfiguration:
------------------------------
AllowCookies: False
AuthenticationScheme: Anonymous
BypassProxyOnLocal: False
HostNameComparisonMode: StrongWildcard
ManualAddressing: False
MappingMode: Soap
MaxBufferPoolSize: 524288
MaxBufferSize: 65536
MaxReceivedMessageSize: 65536
ProxyAddress: 
  ProxyAuthenticationScheme: Anonymous
Realm: 
Scheme: http
TransferMode: Buffered
UnsafeConnectionNtlmAuthentication: False
UseDefaultWebProxy: True

CloseTimeout: 00:01:00
EnvelopeVersion: Soap11 (http://schemas.xmlsoap.org/soap/envelope/)
Namespace: http://tempuri.org/
OpenTimeout: 00:01:00
ReceiveTimeout: 00:01:00
SendTimeout: 00:01:00
TextEncoding: System.Text.UTF8Encoding
  • Žádné štítky