MethodTRequest, TResponseType Property |
Gets the type of the method.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic MethodType Type { get; }
Public ReadOnly Property Type As MethodType
Get
public:
virtual property MethodType Type {
MethodType get () sealed;
}
abstract Type : MethodType with get
override Type : MethodType with get
Property Value
Type:
MethodTypeImplements
IMethodType
See Also