Class WebviewRpcRequest
WebviewRpcRequest is RPC request object from the SafeWebview
Inheritance
WebviewRpcRequest
Assembly: cs.temp.dll.dll
Syntax
public class WebviewRpcRequest
Constructors
WebviewRpcRequest()
Declaration
public WebviewRpcRequest()
Properties
Id
Declaration
public object Id { get; }
Property Value
JsonRpcVersion
Declaration
public string JsonRpcVersion { get; }
Property Value
Method
Declaration
public string Method { get; }
Property Value
RawParameters
Declaration
public object RawParameters { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides