Class GrpcReflectionCallbackData
- Namespace
- IdeaStatiCa.Plugin.Grpc.Reflection
- Assembly
- IdeaStatiCa.Plugin.dll
Contains response returned from Grpc service.
public class GrpcReflectionCallbackData
Inheritance
Inherited Members
Extension Methods
Constructors
GrpcReflectionCallbackData()
Default constructor
public GrpcReflectionCallbackData()
GrpcReflectionCallbackData(string, object)
public GrpcReflectionCallbackData(string type, object value)
Parameters
Properties
Value
Value returned from server.
public object Value { get; set; }
Property Value
ValueType
FullName of the value type.
public string ValueType { get; set; }