Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
A base class for UA endpoints.
The EndpointBase..::..ProcessRequestAsyncResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EndpointBase..::..ProcessRequestAsyncResult |
Initializes a new instance of the EndpointBase..::..ProcessRequestAsyncResult class.
|
Methods
| Name | Description | |
|---|---|---|
| BeginProcessRequest(SecureChannelContext, IServiceRequest) |
Begins processing an incoming request.
| |
| BeginProcessRequest(SecureChannelContext, array<Byte>[]()[][]) |
Begins processing an incoming request.
| |
| CallSynchronously |
Used to call the default synchronous handler.
| |
| Dispose()()()() |
Frees any unmanaged resources.
(Inherited from AsyncResultBase.) | |
| Dispose(Boolean) |
An overrideable version of the Dispose.
(Inherited from AsyncResultBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Inherited from AsyncResultBase.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetRequest |
Checks for a valid IAsyncResult object and returns the original request object.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OperationCompleted()()()() |
Called to invoke the callback after the asynchronous operation completes.
(Inherited from AsyncResultBase.) | |
| OperationCompleted(IServiceResponse, ServiceResult) |
Used to indicate that the asynchronous operation has completed.
| |
| ToString | (Inherited from Object.) | |
| WaitForComplete()()()() |
Waits for the operation to complete.
(Inherited from AsyncResultBase.) | |
| WaitForComplete(IAsyncResult, Boolean) |
Checks for a valid IAsyncResult object and waits for the operation to complete.
|
Properties
| Name | Description | |
|---|---|---|
| AsyncState |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
(Inherited from AsyncResultBase.) | |
| AsyncWaitHandle |
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
(Inherited from AsyncResultBase.) | |
| Calldata |
Gets or sets the call data associated with the request.
| |
| CompletedSynchronously |
Gets a value that indicates whether the asynchronous operation completed synchronously.
(Inherited from AsyncResultBase.) | |
| InnerResult |
An object used to synchronize access to the result object.
(Inherited from AsyncResultBase.) | |
| IsCompleted |
Gets a value that indicates whether the asynchronous operation has completed.
(Inherited from AsyncResultBase.) | |
| Lock |
An object used to synchronize access to the result object.
(Inherited from AsyncResultBase.) | |
| Request |
Gets the request.
| |
| SecureChannelContext |
Gets the secure channel context associated with the request.
|