Class GrpcCallRequest
public record GrpcCallRequest : IEquatable<GrpcCallRequest>
- Inheritance
-
GrpcCallRequest
- Implements
- Inherited Members
Constructors
GrpcCallRequest(string, string, string, Dictionary<string, string>?)
public GrpcCallRequest(string Service, string Method, string Request, Dictionary<string, string>? Metadata = null)
Parameters
Properties
Metadata
public Dictionary<string, string>? Metadata { get; init; }
Property Value
Method
public string Method { get; init; }
Property Value
Request
public string Request { get; init; }
Property Value
Service
public string Service { get; init; }