Click or drag to resize
ClientBaseHost Property
gRPC supports multiple "hosts" being served by a single server. This property can be used to set the target host explicitly. By default, this will be set to null with the meaning "use default host".

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public string Host { get; set; }

Property Value

Type: String
See Also