| AsyncUnaryCallTResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Grpc.Core
 Syntax
SyntaxThe AsyncUnaryCallTResponse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ResponseAsync | 
            Asynchronous call result.
             | 
|  | ResponseHeadersAsync | 
            Asynchronous access to response headers.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Provides means to cleanup after the call.
            If the call has already finished normally (request stream has been completed and call result has been received), doesn't do anything.
            Otherwise, requests cancellation of the call which should terminate all pending async operations associated with the call.
            As a result, all resources being used by the call should be released eventually.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetAwaiter | 
            Allows awaiting this object directly.
             | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetStatus | 
            Gets the call status if the call has already finished.
            Throws InvalidOperationException otherwise.
             | 
|  | GetTrailers | 
            Gets the call trailing metadata if the call has already finished.
            Throws InvalidOperationException otherwise.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also