Table of Contents

Class GrpcCallRequest

Namespace
Virtufin.Api
Assembly
Virtufin.Api.dll
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

Service string
Method string
Request string
Metadata Dictionary<string, string>

Properties

Metadata

public Dictionary<string, string>? Metadata { get; init; }

Property Value

Dictionary<string, string>

Method

public string Method { get; init; }

Property Value

string

Request

public string Request { get; init; }

Property Value

string

Service

public string Service { get; init; }

Property Value

string