Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The UaTcpChannelFactory type exposes the following members.

Constructors

  NameDescription
Public methodUaTcpChannelFactory
Initializes the listener from a binding element.

Methods

  NameDescription
Public methodAbort
Causes a communication object to transition immediately from its current state into the closing state.
(Inherited from CommunicationObject.)
Public methodBeginClose(AsyncCallback, Object)
Begins an asynchronous operation to close a communication object.
(Inherited from CommunicationObject.)
Public methodBeginClose(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to close a communication object with a specified timeout.
(Inherited from CommunicationObject.)
Public methodBeginOpen(AsyncCallback, Object)
Begins an asynchronous operation to close a communication object.
(Inherited from CommunicationObject.)
Public methodBeginOpen(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to close a communication object within a specified interval of time.
(Inherited from CommunicationObject.)
Public methodClose()()()()
Causes a communication object to transition from its current state into the closed state.
(Inherited from CommunicationObject.)
Public methodClose(TimeSpan)
Causes a communication object to transition from its current state into the closed state within a specified interval of time.
(Inherited from CommunicationObject.)
Public methodCreateChannel(EndpointAddress)
Creates a particular type of channel with a specified endpoint address.
(Inherited from ChannelFactoryBase<(Of <(<'IRequestSessionChannel>)>)>.)
Public methodCreateChannel(EndpointAddress, Uri)
Creates a particular type of channel with specified transport and endpoint addresses.
(Inherited from ChannelFactoryBase<(Of <(<'IRequestSessionChannel>)>)>.)
Public methodEndClose
Completes an asynchronous operation to close a communication object.
(Inherited from CommunicationObject.)
Public methodEndOpen
Completes an asynchronous operation to open a communication object.
(Inherited from CommunicationObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFault
Causes a communication object to transition from its current state into the faulted state.
(Inherited from CommunicationObject.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCommunicationObjectType
Gets the type of communication object.
(Inherited from CommunicationObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProperty<(Of <<'(T>)>>)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAbort
Aborts each channel managed by the channel factory.
(Inherited from ChannelFactoryBase<(Of <(<'IRequestSessionChannel>)>)>.)
Protected methodOnBeginClose
Protected methodOnBeginOpen
Protected methodOnClose
Protected methodOnClosed
Invoked during the transition of a communication object into the closing state.
(Inherited from CommunicationObject.)
Protected methodOnClosing
Invoked during the transition of a communication object into the closing state.
(Inherited from CommunicationObject.)
Protected methodOnCreateChannel
Protected methodOnEndClose
Protected methodOnEndOpen
Protected methodOnFaulted
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.)
Protected methodOnOpen
Protected methodOnOpened
Invoked during the transition of a communication object into the opened state.
(Inherited from CommunicationObject.)
Protected methodOnOpening
Invoked during the transition of a communication object into the opening state.
(Inherited from CommunicationObject.)
Public methodOpen()()()()
Causes a communication object to transition from the created state into the opened state.
(Inherited from CommunicationObject.)
Public methodOpen(TimeSpan)
Causes a communication object to transition from the created state into the opened state within a specified interval of time.
(Inherited from CommunicationObject.)
Protected methodThrowIfDisposed
Throws an exception if the communication object is disposed.
(Inherited from CommunicationObject.)
Protected methodThrowIfDisposedOrImmutable
Throws an exception if the communication object the State property is not set to the Created state.
(Inherited from CommunicationObject.)
Protected methodThrowIfDisposedOrNotOpen
Throws an exception if the communication object is not in the Opened state.
(Inherited from CommunicationObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodValidateCreateChannel
Confirms that the channel factory is opened and ready to create channels.
(Inherited from ChannelFactoryBase<(Of <(<'IRequestSessionChannel>)>)>.)

Properties

  NameDescription
Protected propertyCredentials
The client credentials to use when connecting.
Protected propertyDefaultCloseTimeout
Gets the default interval of time provided for a close operation to complete.
(Inherited from ChannelFactoryBase.)
Protected propertyDefaultOpenTimeout
Gets the default interval of time provided for an open operation to complete.
(Inherited from ChannelFactoryBase.)
Protected propertyDefaultReceiveTimeout
Gets the default interval of time provided for a receive operation to complete.
(Inherited from ChannelFactoryBase.)
Protected propertyDefaultSendTimeout
Gets the default interval of time provided for a send operation to complete.
(Inherited from ChannelFactoryBase.)
Protected propertyEndpointDescription
The security mode to use.
Protected propertyId
A unique identifier for the factory.
Protected propertyIsDisposed
Gets a value that indicates whether the communication object has been disposed.
(Inherited from CommunicationObject.)
Protected propertyQuotas
The resource quotas to use.
Public propertyState
Gets a value that indicates the current state of the communication object.
(Inherited from CommunicationObject.)
Protected propertyThisLock
Gets the mutually exclusive lock that protects the class instance during a state transition.
(Inherited from CommunicationObject.)

Events

  NameDescription
Public eventClosed
Occurs when a communication object transitions into the closed state.
(Inherited from CommunicationObject.)
Public eventClosing
Occurs when a communication object transitions into the closing state.
(Inherited from CommunicationObject.)
Public eventFaulted
Occurs when a communication object transitions into the faulted state.
(Inherited from CommunicationObject.)
Public eventOpened
Occurs when a communication object transitions into the opened state.
(Inherited from CommunicationObject.)
Public eventOpening
Occurs when a communication object transitions into the opening state.
(Inherited from CommunicationObject.)

See Also