ChannelFactory Members
.NET Framework 3.0
The following tables list the members exposed by the ChannelFactory type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Credentials | Gets the credentials used by clients to communicate a service endpoint over the channels produced by the factory. |
| Endpoint | Gets the service endpoint to which the channels produced by the factory connect. |
| State | Gets a value that indicates the current state of the communication object.(inherited from CommunicationObject) |
| Name | Description | |
|---|---|---|
| DefaultCloseTimeout | Overridden. Gets the default interval of time provided for a close operation to complete. |
| DefaultOpenTimeout | Overridden. Gets the default interval of time provided for an open operation to complete. |
| IsDisposed | Gets a value that indicates whether the communication object has been disposed.(inherited from CommunicationObject) |
| ThisLock | Gets the mutually exclusive lock that protects the class instance during a state transition.(inherited from CommunicationObject) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Abort | Causes a communication object to transition immediately from its current state into the closing state. (inherited from CommunicationObject) |
| BeginClose | Overloaded. Begins an asynchronous operation to close a communication object. (inherited from CommunicationObject) |
| BeginOpen | Overloaded. Begins an asynchronous operation to close a communication object. (inherited from CommunicationObject) |
| Close | Overloaded. Causes a communication object to transition from its current state into the closed state. (inherited from CommunicationObject) |
| 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) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetProperty | Returns the typed object requested, if present, from the appropriate layer in the channel stack, or null if not present. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Open | Overloaded. Causes a communication object to transition from the created state into the opened state. (inherited from CommunicationObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| ApplyConfiguration | Initializes the channel factory with the behaviors provided by a specified configuration file and with those in the service endpoint of the channel factory. |
| CreateDescription | When implemented in a derived class, creates a description of the service endpoint associated with the channel factory. |
| CreateFactory | Builds the channel factory for the current endpoint of the factory. |
| EnsureOpened | Opens the current channel factory if it is not yet opened. |
| Fault | Causes a communication object to transition from its current state into the faulted state. (inherited from CommunicationObject) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetCommunicationObjectType | Gets the type of communication object. (inherited from CommunicationObject) |
| InitializeEndpoint | Overloaded. Initializes the service endpoint of the channel factory. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnAbort | Overridden. Terminates the inner channel factory of the current channel factory. |
| OnBeginClose | Overridden. Begins an asynchronous close operation on the inner channel factory of the current channel factory that has a state object associated with it. |
| OnBeginOpen | Overridden. Begins an asynchronous open operation on the inner channel factory of the current channel factory that has a state object associated with it. |
| OnClose | Overridden. Calls close on the inner channel factory with a specified timeout for the completion of the operation. |
| OnClosed | Invoked during the transition of a communication object into the closing state. (inherited from CommunicationObject) |
| OnClosing | Invoked during the transition of a communication object into the closing state. (inherited from CommunicationObject) |
| OnEndClose | Overridden. Completes an asynchronous close operation on the inner channel factory of the current channel factory. |
| OnEndOpen | Overridden. Completes an asynchronous open operation on the inner channel factory of the current channel factory. |
| OnFaulted | Inserts processing on a communication object after it transitions to the faulted state due to the invocation of a synchronous fault operation. (inherited from CommunicationObject) |
| OnOpen | Overridden. Calls open on the inner channel factory of the current channel factory with a specified timeout for the completion of the operation. |
| OnOpened | Overridden. Initializes a read-only copy of the ClientCredentials object for the channel factory. |
| OnOpening | Overridden. Builds the inner channel factory for the current channel. |
| 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) |
| 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) |