Build 1.01.318.0

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

The UaTcpChannelListener type exposes the following members.

Constructors

  NameDescription
Public methodUaTcpChannelListener
Initializes a new instance of the UaTcpChannelListener class.

Methods

  NameDescription
Public methodAbort
Causes a communication object to transition immediately from its current state into the closing state.
(Inherited from CommunicationObject.)
Public methodAcceptChannel()()()()
Accepts a channel of the type specified by the current channel listener.
(Inherited from ChannelListenerBase<(Of <(<'IReplySessionChannel>)>)>.)
Public methodAcceptChannel(TimeSpan)
Accepts a channel of the type specified by the current channel listener within a specified interval of time.
(Inherited from ChannelListenerBase<(Of <(<'IReplySessionChannel>)>)>.)
Public methodBeginAcceptChannel(AsyncCallback, Object)
Begins an asynchronous operation to accept a channel of the type specified by the current channel listener.
(Inherited from ChannelListenerBase<(Of <(<'IReplySessionChannel>)>)>.)
Public methodBeginAcceptChannel(TimeSpan, AsyncCallback, Object)
When implemented in a derived class, begins an asynchronous operation to accept a channel of the type specified by the current channel listener within a specified interval of time.
(Inherited from ChannelListenerBase<(Of <(<'IReplySessionChannel>)>)>.)
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 methodBeginWaitForChannel
When implemented in a derived class, begins an asynchronous operation to wait for a channel to arrive.
(Inherited from ChannelListenerBase.)
Public methodClose()()()()
Closes the listener and stops accepting connection.
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 methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEndAcceptChannel
When implemented in a derived class, completes an asynchronous operation to accept a channel.
(Inherited from ChannelListenerBase<(Of <(<'IReplySessionChannel>)>)>.)
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 methodEndWaitForChannel
When implemented in a derived class, completes an asynchronous operation to wait for channels to arrive.
(Inherited from ChannelListenerBase.)
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
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
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
Protected methodOnAcceptChannel
Protected methodOnBeginAcceptChannel
Protected methodOnBeginClose
Protected methodOnBeginOpen
Protected methodOnBeginWaitForChannel
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 methodOnEndAcceptChannel
Protected methodOnEndClose
Protected methodOnEndOpen
Protected methodOnEndWaitForChannel
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.)
Protected methodOnWaitForChannel
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.)
Public methodOpen(Uri, TransportListenerSettings, ITransportListenerCallback)
Opens the listener and starts accepting connection.
Public methodStart
Starts listening at the specified port.
Public methodStop
Stops listening.
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.)
Public methodWaitForChannel
When implemented in a derived class, waits for a channel to arrive.
(Inherited from ChannelListenerBase.)

Properties

  NameDescription
Protected propertyDefaultCloseTimeout
Gets the default interval of time provided for a close operation to complete.
(Inherited from ChannelListenerBase.)
Protected propertyDefaultOpenTimeout
Gets the default interval of time provided for an open operation to complete.
(Inherited from ChannelListenerBase.)
Protected propertyDefaultReceiveTimeout
Gets the default interval of time provided for a receive operation to complete.
(Inherited from ChannelListenerBase.)
Protected propertyDefaultSendTimeout
Gets the default interval of time provided for a send operation to complete.
(Inherited from ChannelListenerBase.)
Public propertyEndpointUrl
Gets the URL for the listener's endpoint.
Protected propertyIsDisposed
Gets a value that indicates whether the communication object has been disposed.
(Inherited from CommunicationObject.)
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.)
Public propertyUri

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