Class ServiceMethodInfo
Represents a gRPC method with its metadata.
public class ServiceMethodInfo
- Inheritance
-
ServiceMethodInfo
- Inherited Members
Properties
FullName
public string FullName { get; set; }
Property Value
InputTypeFullName
public string InputTypeFullName { get; set; }
Property Value
IsClientStreaming
public bool IsClientStreaming { get; set; }
Property Value
IsServerStreaming
public bool IsServerStreaming { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
OutputTypeFullName
public string OutputTypeFullName { get; set; }
Property Value
ServiceName
public string ServiceName { get; set; }