Bližší popis nastavení lze nalézt na adrese http://blogs.msdn.com/b/drnick/archive/2006/06/05/617703.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

ServiceTcpTransportConfiguration:
---------------------------------
ConnectionBufferSize: 8192
ConnectionLeaseTimeout: 00:05:00
ConnectionPoolGroupName: default
HostNameComparisonMode: StrongWildcard
IdleTimeout: 00:02:00
ListenBacklog: 10
ManualAddressing: False
MaxBufferPoolSize: 524288
MaxBufferSize: 65536
MaxInboundConnections: 10
MaxOutboundConnectionsPerEndpoint: 10
MaxOutputDelay: 00:00:00.200
MaxPendingAccepts: 1
MaxReceivedMessageSize: 65536
PortSharingEnabled: False
Scheme: net.tcp
TeredoEnabled: False
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
ReliableSession: 
  Enabled: False
SendTimeout: 00:01:00
TransactionFlow: False
  • Žádné štítky