CallInvocationDetailsTRequest, TResponseHost Property |
Get name of host.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
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