Click or drag to resize
CallInvocationDetailsTRequest, TResponse Constructor (Channel, String, String, MarshallerTRequest, MarshallerTResponse, CallOptions)

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public CallInvocationDetails(
	Channel channel,
	string method,
	string host,
	Marshaller<TRequest> requestMarshaller,
	Marshaller<TResponse> responseMarshaller,
	CallOptions options
)

Parameters

channel
Type: Grpc.CoreChannel
Channel to use for this call.
method
Type: SystemString
Qualified method name.
host
Type: SystemString
Host that contains the method.
requestMarshaller
Type: Grpc.CoreMarshallerTRequest
Request marshaller.
responseMarshaller
Type: Grpc.CoreMarshallerTResponse
Response marshaller.
options
Type: Grpc.CoreCallOptions
Call options.
See Also