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