ConfigurationChannelFactory<TChannel> Class
.NET Framework 4.5
Provides the generic functionality to create a channel configuration element for a specific type.
System.Object
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.ChannelFactory
System.ServiceModel.ChannelFactory<TChannel>
System.ServiceModel.Configuration.ConfigurationChannelFactory<TChannel>
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.ChannelFactory
System.ServiceModel.ChannelFactory<TChannel>
System.ServiceModel.Configuration.ConfigurationChannelFactory<TChannel>
Namespace: System.ServiceModel.Configuration
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ConfigurationChannelFactory<TChannel> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConfigurationChannelFactory<TChannel> | Creates a new instance of the ConfigurationChannelFactory<TChannel> class with the specified endpoint configuration name, Configuration object, and the EndpointAddress object. |
| 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 channel that is used to send messages to a service at a specific endpoint address through a specified transport address. (Inherited from ChannelFactory<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 | Completes an asynchronous operation to close a communication object. (Inherited from CommunicationObject.) |
![]() | EndOpen | 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 a hash function for a particular type. (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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
