ChannelFactoryBase<TChannel>.ValidateCreateChannel Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Confirms that the channel factory is opened and ready to create channels.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | |
| CommunicationObjectFaultedException | The communication object is in a Faulted state. |
| InvalidOperationException | The current channel factory is not in the Opened state. |
Show: