Build 1.01.318.0

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

The UaTcpRequestChannel type exposes the following members.

Constructors

  NameDescription
Protected methodUaTcpRequestChannel
Initializes the request channel for use as a subtype.

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 methodBeginRequest(Message, AsyncCallback, Object)
Public methodBeginRequest(Message, TimeSpan, AsyncCallback, Object)
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 methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
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 methodEndRequest
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 methodInternalBeginConnect
Creates a connection with the server.
Protected methodInternalBeginSendRequest
Sends a request to the server.
Protected methodInternalClose
Closes a connection with the server.
Protected methodInternalEndConnect
Finishes a connect operation.
Protected methodInternalEndSendRequest
Returns the response to a previously sent request.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAbort
Protected methodOnBeginClose
Protected methodOnBeginOpen
Protected methodOnClose
Protected methodOnClosed
Uses diagnostic tracing during the transition into the closing state.
(Inherited from ChannelBase.)
Protected methodOnClosing
Invoked during the transition of a communication object into the closing state.
(Inherited from CommunicationObject.)
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.)
Public methodRequest(Message)
Public methodRequest(Message, TimeSpan)
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.)

Properties

  NameDescription
Protected propertyChannelId
Returns the unique identifier assigned to the channel.
Protected propertyDefaultCloseTimeout
Gets the default interval of time provided for a close operation to complete.
(Inherited from ChannelBase.)
Protected propertyDefaultOpenTimeout
Gets the default interval of time provided for an open operation to complete.
(Inherited from ChannelBase.)
Protected propertyDefaultReceiveTimeout
Gets the default interval of time provided for a receive operation to complete.
(Inherited from ChannelBase.)
Protected propertyDefaultSendTimeout
Gets the default interval of time provided for a send operation to complete.
(Inherited from ChannelBase.)
Public propertyEncodingSupport
Public propertyId
Protected propertyIsDisposed
Gets a value that indicates whether the communication object has been disposed.
(Inherited from CommunicationObject.)
Protected propertyManager
Gets the channel manager that is associated with the current channel.
(Inherited from ChannelBase.)
Protected propertyQuotas
The quotas to use with the channel.
Public propertyRemoteAddress
Public propertySession
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 propertyVia

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