Table of Contents

Class GrpcConfig

Namespace
Virtufin.Api.Configuration
Assembly
Virtufin.Api.dll
public class GrpcConfig
Inheritance
GrpcConfig
Inherited Members

Constructors

GrpcConfig()

public GrpcConfig()

Properties

Host

public string Host { get; set; }

Property Value

string

Hosts

public GrpcEndpoint[]? Hosts { get; set; }

Property Value

GrpcEndpoint[]

Port

public int Port { get; set; }

Property Value

int