CallInvocationDetailsTRequest, TResponseMethod Property |
Gets name of method to be called.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic string Method { get; }
Public ReadOnly Property Method As String
Get
public:
property String^ Method {
String^ get ();
}
member Method : string with get
Property Value
Type:
String
See Also