MethodTRequest, TResponseServiceName Property |
Gets the name of the service to which this method belongs.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic string ServiceName { get; }
Public ReadOnly Property ServiceName As String
Get
public:
virtual property String^ ServiceName {
String^ get () sealed;
}
abstract ServiceName : string with get
override ServiceName : string with get
Property Value
Type:
StringImplements
IMethodServiceName
See Also