The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ChannelListenerBase Constructor ()
.NET Framework (current version)
Initializes a new instance of the ChannelListenerBase class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The default constructor initializes timeout properties with the service model timeout values when exchanging messages. The default value is 1 minute for open, send, and close operations and 10 minutes for the receive operation. Use ChannelListenerBase(IDefaultCommunicationTimeouts^) if you want to specify other values for these operation timeouts.
.NET Framework
Available since 3.0
Available since 3.0
Show: