Struct ClientInterceptorContext<TRequest, TResponse>
Assembly: Grpc.Core.Api.dll
Syntax
public struct ClientInterceptorContext<TRequest, TResponse> where TRequest : class where TResponse : class
Type Parameters
Name |
Description |
TRequest |
|
TResponse |
|
Constructors
ClientInterceptorContext(Method<TRequest, TResponse>, string?, CallOptions)
Declaration
public ClientInterceptorContext(Method<TRequest, TResponse> method, string? host, CallOptions options)
Parameters
Properties
Host
Declaration
public readonly string? Host { get; }
Property Value
Method
Declaration
public readonly Method<TRequest, TResponse> Method { get; }
Property Value
Type |
Description |
Method<TRequest, TResponse> |
|
Options
Declaration
public readonly CallOptions Options { get; }
Property Value