Click or drag to resize
CallInvocationDetailsTRequest, TResponse Structure
Details about a client-side call to be invoked.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public struct CallInvocationDetails<TRequest, TResponse>

Type Parameters

TRequest
Request message type for the call.
TResponse
Response message type for the call.

The CallInvocationDetailsTRequest, TResponse type exposes the following members.

Constructors
  NameDescription
Public methodCallInvocationDetailsTRequest, TResponse(Channel, MethodTRequest, TResponse, CallOptions)
Initializes a new instance of the CallInvocationDetailsTRequest, TResponse struct.
Public methodCallInvocationDetailsTRequest, TResponse(Channel, MethodTRequest, TResponse, String, CallOptions)
Initializes a new instance of the CallInvocationDetailsTRequest, TResponse struct.
Public methodCallInvocationDetailsTRequest, TResponse(Channel, String, String, MarshallerTRequest, MarshallerTResponse, CallOptions)
Initializes a new instance of the CallInvocationDetailsTRequest, TResponse struct.
Top
Properties
  NameDescription
Public propertyChannel
Get channel associated with this call.
Public propertyHost
Get name of host.
Public propertyMethod
Gets name of method to be called.
Public propertyOptions
Gets the call options.
Public propertyRequestMarshaller
Gets marshaller used to serialize requests.
Public propertyResponseMarshaller
Gets marshaller used to deserialized responses.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodWithOptions
Returns new instance of CallInvocationDetailsTRequest, TResponse with Options set to the value provided. Values of all other fields are preserved.
Top
See Also