| CallInvocationDetailsTRequest, TResponse Structure |
Namespace: Grpc.Core
The CallInvocationDetailsTRequest, TResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| CallInvocationDetailsTRequest, TResponse(Channel, MethodTRequest, TResponse, CallOptions) |
Initializes a new instance of the CallInvocationDetailsTRequest, TResponse struct.
| |
| CallInvocationDetailsTRequest, TResponse(Channel, MethodTRequest, TResponse, String, CallOptions) |
Initializes a new instance of the CallInvocationDetailsTRequest, TResponse struct.
| |
| CallInvocationDetailsTRequest, TResponse(Channel, String, String, MarshallerTRequest, MarshallerTResponse, CallOptions) |
Initializes a new instance of the CallInvocationDetailsTRequest, TResponse struct.
|
| Name | Description | |
|---|---|---|
| Channel |
Get channel associated with this call.
| |
| Host |
Get name of host.
| |
| Method |
Gets name of method to be called.
| |
| Options |
Gets the call options.
| |
| RequestMarshaller |
Gets marshaller used to serialize requests.
| |
| ResponseMarshaller |
Gets marshaller used to deserialized responses.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| WithOptions |
Returns new instance of CallInvocationDetailsTRequest, TResponse with
Options set to the value provided. Values of all other fields are preserved.
|