ChannelListenerBase Constructor (IDefaultCommunicationTimeouts^)
Initializes a new instance of the ChannelListenerBase class with specified default communication timeouts.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- timeouts
-
Type:
System.ServiceModel::IDefaultCommunicationTimeouts^
The IDefaultCommunicationTimeouts that specify the default timeouts for open, send, receive, and close operations when exchanging messages.
Use ChannelListenerBase(IDefaultCommunicationTimeouts^) instead of the default constructor if you want to specify custom values for the open, send, receive, and close operation timeouts instead of using the service model default values.
Available since 3.0