ChannelFactory Methods
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.ServiceModel Namespace
ChannelFactory Class
ChannelFactory Methods
ApplyConfiguration Method
BeginClose Method
BeginOpen Method
Close Method
CreateDescription Method
CreateFactory Method
EnsureOpened Method
GetProperty(T) Method
IDisposable.Dispose Method
InitializeEndpoint Method
OnAbort Method
OnBeginClose Method
OnBeginOpen Method
OnClose Method
OnEndClose Method
OnEndOpen Method
OnOpen Method
OnOpened Method
OnOpening Method
Open Method
ChannelFactory Class
ChannelFactory Members
ChannelFactory Constructor
ChannelFactory Methods
ChannelFactory Properties
ChannelFactory Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
ChannelFactory Methods
The
ChannelFactory
type exposes the following members.
Methods
Name
Description
Abort
Causes a communication object to transition immediately from its current state into the closing state.
(Inherited from
CommunicationObject
.)
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.
BeginClose
Overloaded.
Begins an asynchronous operation to close a communication object.
BeginOpen
Overloaded.
Begins an asynchronous operation to open a communication object.
Close
Overloaded.
Causes a communication object to transition from its current state into the closed state.
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.
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.
Equals
Determines whether the specified
Object
is equal to the current
Object
.
(Inherited from
Object
.)
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
.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from
Object
.)
GetProperty
<
(Of
<
(
T
>
)
>
)
Returns the typed object requested, if present, from the appropriate layer in the channel stack, or
null
Nothing
nullptr
a null reference (
Nothing
in Visual Basic)
if not present.
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
InitializeEndpoint
Overloaded.
Initializes the service endpoint of the channel factory.
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
OnAbort
Terminates the inner channel factory of the current channel factory.
(Overrides
CommunicationObject
.
.
::
.
OnAbort
()
()
()
.)
OnBeginClose
Begins an asynchronous close operation on the inner channel factory of the current channel factory that has a state object associated with it.
(Overrides
CommunicationObject
.
.
::
.
OnBeginClose(TimeSpan, AsyncCallback, Object)
.)
OnBeginOpen
Begins an asynchronous open operation on the inner channel factory of the current channel factory that has a state object associated with it.
(Overrides
CommunicationObject
.
.
::
.
OnBeginOpen(TimeSpan, AsyncCallback, Object)
.)
OnClose
Calls close on the inner channel factory with a specified time-out for the completion of the operation.
(Overrides
CommunicationObject
.
.
::
.
OnClose(TimeSpan)
.)
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
Completes an asynchronous close operation on the inner channel factory of the current channel factory.
(Overrides
CommunicationObject
.
.
::
.
OnEndClose(IAsyncResult)
.)
OnEndOpen
Completes an asynchronous open operation on the inner channel factory of the current channel factory.
(Overrides
CommunicationObject
.
.
::
.
OnEndOpen(IAsyncResult)
.)
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
Calls open on the inner channel factory of the current channel factory with a specified time-out for the completion of the operation.
(Overrides
CommunicationObject
.
.
::
.
OnOpen(TimeSpan)
.)
OnOpened
Initializes a read-only copy of the
ClientCredentials
object for the channel factory.
(Overrides
CommunicationObject
.
.
::
.
OnOpened
()
()
()
.)
OnOpening
Builds the inner channel factory for the current channel.
(Overrides
CommunicationObject
.
.
::
.
OnOpening
()
()
()
.)
Open
Overloaded.
Causes a communication object to transition from the created state into the opened state.
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
.)
Top
Explicit Interface Implementations
Name
Description
IDisposable
.
.
::
.
Dispose
Closes the current channel factory.
Top
See Also
Reference
ChannelFactory Class
System.ServiceModel Namespace
Tags :