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

 

Ukázky nastavení WCF
ServiceTransactionFlowBindingConfiguration:
-------------------------------------------
TransactionProtocol = OleTransactions
 
ServiceBinaryMessageEncodingConfiguration:
------------------------------------------
SoapMessageVersion: Soap12WSAddressing10, Addressing10 (http://www.w3.org/2005/08/addressing)
MaxReadPoolSize: 64
MaxSessionSize: 2048
MaxWritePoolSize: 16
ReaderQuotas: 
  MaxArrayLength: 16384
  MaxBytesPerRead: 4096
  MaxDepth: 32
  MaxNameTableCharCount: 16384
  MaxStringContentLength: 8192

ServicePipeTransportConfiguration:
----------------------------------
ConnectionBufferSize: 8192
ConnectionPoolGroupName: default
HostNameComparisonMode: StrongWildcard
IdleTimeout: 00:02:00
ManualAddressing: False
MaxBufferPoolSize: 524288
MaxBufferSize: 65536
MaxInboundConnections: 10
MaxOutboundConnectionsPerEndpoint: 10
MaxOutputDelay: 00:00:00.2000000
MaxPendingAccepts: 1
MaxReceivedMessageSize: 65536
Scheme: net.pipe
TransferMode: Buffered
 
CloseTimeout: 00:01:00
EnvelopeVersion: Soap12 (http://www.w3.org/2003/05/soap-envelope)
MaxConnections: 10
Namespace: http://tempuri.org/
OpenTimeout: 00:01:00
ReceiveTimeout: 00:01:00
SendTimeout: 00:01:00
TransactionFlow: False
  • Žádné štítky