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.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic string Host { get; set; }
Public Property Host As String
Get
Set
public:
property String^ Host {
String^ get ();
void set (String^ value);
}
member Host : string with get, set
Property Value
Type:
String
See Also