ChannelBase(ChannelManagerBase) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.