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
Hosts
public GrpcEndpoint[]? Hosts { get; set; }
Property Value
Port
public int Port { get; set; }