Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The UaTcpRequestChannel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UaTcpRequestChannel |
Initializes the request channel for use as a subtype.
|
Methods
| Name | Description | |
|---|---|---|
| Abort | Causes a communication object to transition immediately from its current state into the closing state. (Inherited from CommunicationObject.) | |
| BeginClose(AsyncCallback, Object) | Begins an asynchronous operation to close a communication object. (Inherited from CommunicationObject.) | |
| BeginClose(TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation to close a communication object with a specified timeout. (Inherited from CommunicationObject.) | |
| BeginOpen(AsyncCallback, Object) | Begins an asynchronous operation to close a communication object. (Inherited from CommunicationObject.) | |
| BeginOpen(TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation to close a communication object within a specified interval of time. (Inherited from CommunicationObject.) | |
| BeginRequest(Message, AsyncCallback, Object) | ||
| BeginRequest(Message, TimeSpan, AsyncCallback, Object) | ||
| Close()()()() | Causes a communication object to transition from its current state into the closed state. (Inherited from CommunicationObject.) | |
| Close(TimeSpan) | Causes a communication object to transition from its current state into the closed state within a specified interval of time. (Inherited from CommunicationObject.) | |
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| 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.) | |
| EndRequest | ||
| Equals | (Inherited from Object.) | |
| Fault | Causes a communication object to transition from its current state into the faulted state. (Inherited from CommunicationObject.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| 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>)>>) | (Overrides ChannelBase..::..GetProperty<(Of <<'(T>)>>)()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InternalBeginConnect |
Creates a connection with the server.
| |
| InternalBeginSendRequest |
Sends a request to the server.
| |
| InternalClose |
Closes a connection with the server.
| |
| InternalEndConnect |
Finishes a connect operation.
| |
| InternalEndSendRequest |
Returns the response to a previously sent request.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnAbort | (Overrides CommunicationObject..::..OnAbort()()()().) | |
| OnBeginClose | (Overrides CommunicationObject..::..OnBeginClose(TimeSpan, AsyncCallback, Object).) | |
| OnBeginOpen | (Overrides CommunicationObject..::..OnBeginOpen(TimeSpan, AsyncCallback, Object).) | |
| OnClose | (Overrides CommunicationObject..::..OnClose(TimeSpan).) | |
| OnClosed | Uses diagnostic tracing during the transition into the closing state. (Inherited from ChannelBase.) | |
| OnClosing | Invoked during the transition of a communication object into the closing state. (Inherited from CommunicationObject.) | |
| OnEndClose | (Overrides CommunicationObject..::..OnEndClose(IAsyncResult).) | |
| OnEndOpen | (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 | (Overrides CommunicationObject..::..OnOpen(TimeSpan).) | |
| OnOpened | Invoked during the transition of a communication object into the opened state. (Inherited from CommunicationObject.) | |
| OnOpening | Invoked during the transition of a communication object into the opening state. (Inherited from CommunicationObject.) | |
| Open()()()() | Causes a communication object to transition from the created state into the opened state. (Inherited from CommunicationObject.) | |
| Open(TimeSpan) | Causes a communication object to transition from the created state into the opened state within a specified interval of time. (Inherited from CommunicationObject.) | |
| Request(Message) | ||
| Request(Message, TimeSpan) | ||
| ThrowIfDisposed | Throws an exception if the communication object is disposed. (Inherited from CommunicationObject.) | |
| ThrowIfDisposedOrImmutable | (Inherited from CommunicationObject.) | |
| ThrowIfDisposedOrNotOpen | Throws an exception if the communication object is not in the Opened state. (Inherited from CommunicationObject.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ChannelId |
Returns the unique identifier assigned to the channel.
| |
| DefaultCloseTimeout | Gets the default interval of time provided for a close operation to complete. (Inherited from ChannelBase.) | |
| DefaultOpenTimeout | Gets the default interval of time provided for an open operation to complete. (Inherited from ChannelBase.) | |
| DefaultReceiveTimeout | Gets the default interval of time provided for a receive operation to complete. (Inherited from ChannelBase.) | |
| DefaultSendTimeout | Gets the default interval of time provided for a send operation to complete. (Inherited from ChannelBase.) | |
| EncodingSupport | ||
| Id | ||
| IsDisposed | Gets a value that indicates whether the communication object has been disposed. (Inherited from CommunicationObject.) | |
| Manager | Gets the channel manager that is associated with the current channel. (Inherited from ChannelBase.) | |
| Quotas |
The quotas to use with the channel.
| |
| RemoteAddress | ||
| Session | ||
| State | Gets a value that indicates the current state of the communication object. (Inherited from CommunicationObject.) | |
| ThisLock | Gets the mutually exclusive lock that protects the class instance during a state transition. (Inherited from CommunicationObject.) | |
| Via |
Events
| 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.) |