ChannelResolvedTarget Property |
Resolved address of the remote endpoint in URI format.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic string ResolvedTarget { get; }
Public ReadOnly Property ResolvedTarget As String
Get
public:
property String^ ResolvedTarget {
String^ get ();
}
member ResolvedTarget : string with get
Property Value
Type:
String
See Also