ChannelBase Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ChannelBase class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- channelManager
- Type: System.ServiceModel.Channels.ChannelManagerBase
The ChannelManagerBase that provides default timeouts for the channel operations (send, receive, open, and close).
| Exception | Condition |
|---|---|
| ArgumentNullException | channelManager is null. |
Note that the only constructor available for creating instances of ChannelBase requires a channelManager input parameter.
Show: