ChannelBase(ChannelManagerBase) Constructor

Definition

Initializes a new instance of the ChannelBase class.

protected:
 ChannelBase(System::ServiceModel::Channels::ChannelManagerBase ^ channelManager);
protected ChannelBase (System.ServiceModel.Channels.ChannelManagerBase channelManager);
new System.ServiceModel.Channels.ChannelBase : System.ServiceModel.Channels.ChannelManagerBase -> System.ServiceModel.Channels.ChannelBase
Protected Sub New (channelManager As ChannelManagerBase)

Parameters

channelManager
ChannelManagerBase

The ChannelManagerBase that provides default timeouts for the channel operations (send, receive, open, and close).

Exceptions

channelManager is null.

Remarks

Note that the only constructor available for creating instances of ChannelBase requires a channelManager input parameter.

Applies to