ConfigurationDuplexChannelFactory<TChannel> Class
Provides the functionality to create and manage duplex channels of different types that are used to send and receive messages to and from service endpoints.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Channels::CommunicationObject
System.ServiceModel::ChannelFactory
System.ServiceModel::ChannelFactory<TChannel>
System.ServiceModel::DuplexChannelFactory<TChannel>
System.ServiceModel.Configuration::ConfigurationDuplexChannelFactory<TChannel>
| Name | Description | |
|---|---|---|
![]() | ConfigurationDuplexChannelFactory<TChannel>(Object^, String^, EndpointAddress^, Configuration^) | Creates a new instance of the ConfigurationDuplexChannelFactory<TChannel> class with the specified callback object, endpoint configuration name, remote address, and configuration settings. |
| Name | Description | |
|---|---|---|
![]() | Credentials | Gets the credentials used by clients to communicate a service endpoint over the channels produced by the factory.(Inherited from ChannelFactory.) |
![]() | Endpoint | Gets the service endpoint to which the channels produced by the factory connect.(Inherited from ChannelFactory.) |
![]() | State | Gets a value that indicates the current state of the communication object.(Inherited from CommunicationObject.) |
| Name | Description | |
|---|---|---|
![]() | Abort() | Causes a communication object to transition immediately from its current state into the closing state.(Inherited from CommunicationObject.) |
![]() | BeginClose(AsyncCallback^, Object^) | Begins an asynchronous operation to close a communication object.(Inherited from CommunicationObject.) |
![]() | BeginClose(TimeSpan, AsyncCallback^, Object^) | Begins an asynchronous operation to close a communication object with a specified timeout.(Inherited from CommunicationObject.) |
![]() | BeginOpen(AsyncCallback^, Object^) | Begins an asynchronous operation to open a communication object.(Inherited from CommunicationObject.) |
![]() | BeginOpen(TimeSpan, AsyncCallback^, Object^) | Begins an asynchronous operation to open a communication object within a specified interval of time.(Inherited from CommunicationObject.) |
![]() | Close() | Causes a communication object to transition from its current state into the closed state.(Inherited from CommunicationObject.) |
![]() | Close(TimeSpan) | Causes a communication object to transition from its current state into the closed state within a specified interval of time.(Inherited from CommunicationObject.) |
![]() | CreateChannel() | Creates a channel of a specified type to a specified endpoint address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannel(EndpointAddress^) | Creates a channel that is used to send messages to a service at a specific endpoint address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannel(EndpointAddress^, Uri^) | Creates a duplex channel between a service and a callback instance on the client.(Inherited from DuplexChannelFactory<TChannel>.) |
![]() | CreateChannel(InstanceContext^) | Creates a duplex channel between a service and a callback instance on the client.(Inherited from DuplexChannelFactory<TChannel>.) |
![]() | CreateChannel(InstanceContext^, EndpointAddress^) | Creates a duplex channel between a service and a callback instance on the client.(Inherited from DuplexChannelFactory<TChannel>.) |
![]() | CreateChannel(InstanceContext^, EndpointAddress^, Uri^) | Creates a duplex channel between a service and a callback instance on the client.(Inherited from DuplexChannelFactory<TChannel>.) |
![]() | CreateChannelWithActAsToken(SecurityToken^) | Creates a channel that is used to send messages to a service with an act as security token.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithActAsToken(SecurityToken^, EndpointAddress^) | Creates a channel that is used to send messages to a service with an act as security token at a specific endpoint address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithActAsToken(SecurityToken^, EndpointAddress^, Uri^) | Creates a channel that is used to send messages to a service with an act as security token at a specific endpoint address through a specified transport address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithIssuedToken(SecurityToken^) | Creates a channel that is used to send messages to a service with an issued security token.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithIssuedToken(SecurityToken^, EndpointAddress^) | Creates a channel that is used to send messages to a service with an issued security token at a specific endpoint address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithIssuedToken(SecurityToken^, EndpointAddress^, Uri^) | Creates a channel that is used to send messages to a service with an issued security token at a specific endpoint address through a specified transport address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithOnBehalfOfToken(SecurityToken^) | Creates a channel that is used to send messages to a service with an on behalf of security token.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithOnBehalfOfToken(SecurityToken^, EndpointAddress^) | Creates a channel that is used to send messages to a service with an on behalf of security token at a specific endpoint address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannelWithOnBehalfOfToken(SecurityToken^, EndpointAddress^, Uri^) | Creates a channel that is used to send messages to a service with an on behalf of security token at a specific endpoint address through a specified transport address.(Inherited from ChannelFactory<TChannel>.) |
![]() | EndClose(IAsyncResult^) | Completes an asynchronous operation to close a communication object.(Inherited from CommunicationObject.) |
![]() | EndOpen(IAsyncResult^) | Completes an asynchronous operation to open a communication object.(Inherited from CommunicationObject.) |
![]() | EnsureOpened() | Opens the current channel factory if it is not yet opened.(Inherited from ChannelFactory.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty<T>() | Returns the typed object requested, if present, from the appropriate layer in the channel stack, or null if not present.(Inherited from ChannelFactory.) |
![]() | GetType() | |
![]() | Open() | Causes a communication object to transition from the created state into the opened state.(Inherited from CommunicationObject.) |
![]() | Open(TimeSpan) | Causes a communication object to transition from the created state into the opened state within a specified interval of time.(Inherited from CommunicationObject.) |
![]() | ThrowIfDisposed() | Throws an exception if the communication object is disposed.(Inherited from CommunicationObject.) |
![]() | ThrowIfDisposedOrImmutable() | Throws an exception if the communication object the State property is not set to the Created state.(Inherited from CommunicationObject.) |
![]() | ThrowIfDisposedOrNotOpen() | Throws an exception if the communication object is not in the Opened state.(Inherited from CommunicationObject.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Closed | Occurs when a communication object transitions into the closed state.(Inherited from CommunicationObject.) |
![]() | Closing | Occurs when a communication object transitions into the closing state.(Inherited from CommunicationObject.) |
![]() | Faulted | Occurs when a communication object transitions into the faulted state.(Inherited from CommunicationObject.) |
![]() | Opened | Occurs when a communication object transitions into the opened state.(Inherited from CommunicationObject.) |
![]() | Opening | Occurs when a communication object transitions into the opening state.(Inherited from CommunicationObject.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose() | Closes the current channel factory.(Inherited from ChannelFactory.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





