Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
Manages the server side of a UA TCP channel.
Manages the server side of a UA TCP channel.
Manages the server side of a UA TCP channel.
The TcpChannel..::..WriteOperation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TcpChannel..::..WriteOperation |
Initializes the object with a callback
|
Methods
| Name | Description | |
|---|---|---|
| Complete(T) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Complete(Boolean, T) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Dispose()()()() |
Frees any unmanaged resources.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Dispose(Boolean) |
An overrideable version of the Dispose.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| End |
The response returned from the server.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Equals | (Inherited from Object.) | |
| Fault(ServiceResult) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Fault(Boolean, ServiceResult) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Fault(UInt32, String, array<Object>[]()[][]) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Fault(Boolean, UInt32, String, array<Object>[]()[][]) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Fault(Exception, UInt32, String, array<Object>[]()[][]) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Fault(Boolean, Exception, UInt32, String, array<Object>[]()[][]) |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| Finalize |
The finializer implementation.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InternalComplete |
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AsyncState | (Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| AsyncWaitHandle | (Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| CompletedSynchronously | (Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| IsCompleted | (Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| MessageBody |
The body of the request or response associated with the operation.
| |
| Properties |
Stores additional state information associated with the operation.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.) | |
| RequestId |
The request id associated with the operation.
|