Class MubertRequest<T>
public abstract class MubertRequest<T> : IJsonRequest
Type Parameters
T
- Inheritance
-
objectMubertRequest<T>
- Derived
Properties
Method
Required. The name of the method to call.
public abstract MubertMethod Method { get; }
Property Value
Params
Required. The parameters for the method.
public T Params { get; set; }
Property Value
- T