Build 1.01.318.0

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

A channel used to apply the UA message security to a message.

The UaTcpRequestChannel..::..SendOperation type exposes the following members.

Constructors

  NameDescription
Public methodUaTcpRequestChannel..::..SendOperation
Initializes the operation.

Methods

  NameDescription
Public methodComplete(T)
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodComplete(Boolean, T)
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodDispose()()()()
Frees any unmanaged resources.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodEnd
The response returned from the server.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFault(ServiceResult)
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodFault(Boolean, ServiceResult)
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodFault(UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodFault(Boolean, UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodFault(Exception, UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodFault(Boolean, Exception, UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Protected methodFinalize
The finializer implementation.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInternalComplete
Called when an asynchronous operation completes.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAsyncState
Public propertyAsyncWaitHandle
Public propertyCompletedSynchronously
Public propertyIsCompleted
Public propertyMessageId
The unique identifier assigned by WCF to the operation.
Public propertyProperties
Stores additional state information associated with the operation.
(Inherited from TcpAsyncOperation<(Of <(<'T>)>)>.)
Public propertyRequestId
An optional unique identifier for the operation.

See Also