ChannelFactory(Of TChannel) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ChannelFactory(Of TChannel) type exposes the following members.
| Name | Description | |
|---|---|---|
|
Credentials | Gets the credentials used by clients to communicate a service endpoint over the channels produced by the factory. (Inherited from ChannelFactory.) |
|
DefaultCloseTimeout | Gets the default interval of time provided for a close operation to complete. (Inherited from ChannelFactory.) |
|
DefaultOpenTimeout | Gets the default interval of time provided for an open operation to complete. (Inherited from ChannelFactory.) |
|
Endpoint | Gets the service endpoint to which the channels produced by the factory connect. (Inherited from ChannelFactory.) |
|
IsDisposed | Gets a value that indicates whether the communication object has been disposed. (Inherited from CommunicationObject.) |
|
State | Gets a value that indicates the current state of the communication object. (Inherited from CommunicationObject.) |
|
ThisLock | Gets the mutually exclusive lock that protects the class instance during a state transition. (Inherited from CommunicationObject.) |
Show: