| ServerCallContextHost Property | 
Name of host called in this RPC.
 
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 1.0.0
 Syntax
Syntaxpublic string Host { get; }Public ReadOnly Property Host As String
	Get
public:
property String^ Host {
	String^ get ();
}member Host : string with get
Property Value
Type: 
String See Also
See Also