April 18, 2008

WCF binding - Timeout and other options

The Binding Class (System.ServiceModel.Channels)contains the binding elements that specify the protocols, transports, and message encoders used for communication between clients and services.

Binding Class (System.ServiceModel.Channels)

This class supports various timeouts: (deafault timeout)

OpenTimeout (1 minute)
CloseTimeout (1 minute)
SendTimeout (1 minute)
ReceiveTimeout (10 minutes)